Text-To-Speech
Overview
Example
curl --request POST "https://f.cluster.0xIQ.ai/synthesize"
-H "Authorization: Bearer YOUR_API_TOKEN"
-H "Content-Type: application/json"
-H "Accept-Encoding: gzip"
--data '{
"voice_uuid": "55592656",
"data": "Hello from 0xIQ.ai!",
"sample_rate": 48000,
"output_format": "wav"
}'
HTTP Request
Request Headers
Header
Value
Description
Request Body
Attribute
Type
Description
HTTP Response
Response Body
Attribute
Type
Description
Audio Timestamps Object
Attribute
Type
Description
Last updated