POST
/
api
/
v1
/
bot
/
playground
/
{id}
/
voice
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/bot/playground/{id}/voice \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "type": "<string>",
  "enabled": true
}'

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

*/*