POST
/
cache
/
generate
/
tts
/
upload
curl --request POST \
  --url https://api.charp.ai/cache/generate/tts/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'language=<string>' \
  --form 'model=<string>'
{
  "task_ids": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Body

multipart/form-data

Response

200
application/json

Bulk TTS generation tasks created successfully

The response is of type object.