Speech 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": "<0xIQ:convert src=\"https://storage.googleapis.com/0xIQ-ai-docs-public-files/sts-donor-example.wav\"></0xIQ:convert>",
"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