GET
/
api
/
text_to_speech
/
{id}
curl --request GET \
  --url https://api.creatify.ai/api/text_to_speech/{id}/ \
  --header 'X-API-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "script": "<string>",
  "accent": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "webhook_url": "<string>",
  "output": "<string>",
  "media_job": "<string>",
  "is_hidden": true,
  "status": "<string>",
  "failed_reason": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-ID
string
header
required

API ID, from your settings page.

X-API-KEY
string
header
required

API Key, from your settings page.

Path Parameters

id
string
required

A UUID string identifying this Text To Speech Flow.

Response

200 - application/json
id
string
required
script
string
required

Text to be converted to speech

Maximum length: 4000
output
string
required

Output audio url

media_job
string | null
required
is_hidden
boolean
required

Whether the job is hidden or not

status
string
required
failed_reason
string
required

Failed reason

created_at
string
required
updated_at
string
required
accent
string | null

Accent to be used for the speech

webhook_url
string | null

Webhook URL for status updates. Default is null.

Maximum length: 200