Get generated text-to-speech audio
curl --request GET \ --url https://api.charp.ai/cache/tts/{taskId} \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Bearer token authentication using OAuth2 access token
Unique identifier of the TTS generation task
TTS audio URL retrieved successfully
The response is of type object.
object