GET
/
cache
/
tts
/
{taskId}
curl --request GET \
  --url https://api.charp.ai/cache/tts/{taskId} \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

taskId
string
required

Unique identifier of the TTS generation task

Response

200
application/json
TTS audio URL retrieved successfully
url
string
required

S3 URL of the generated audio