Skip to main content
PATCH
/
api
/
v1
/
voice
/
change_status
/
{voicetts_id}
Change Status Voicetts
curl --request PATCH \
  --url 'https://api.example.com/api/v1/voice/change_status/{voicetts_id}?api_key='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

voicetts_id
string<uuid>
required

Query Parameters

status
boolean
required

Response

Successful Response