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

Body

application/json
device_name
string
required

Response

200 - application/json
success
boolean
required
message
string
required