Skip to main content
Start recording a specific audio device
curl --request POST \
  --url https://api.example.com/audio/device/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "device_name": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
device_name
string
required

Response

200 - application/json

OK

success
boolean
required
message
string
required