cURL
curl --request POST \ --url https://api.truedy.ai/api/public/v1/voices/{voice_id}/sync \ --header 'Authorization: Bearer <token>'
{ "data": {}, "meta": { "request_id": "req_73e786fe-1", "timestamp": "2026-02-04T20:12:04.403365Z" } }
Sync a voice clone to make it available for use.
After creating a voice clone, sync it to ensure it’s ready to use in your agents. This may take a few minutes.
Your API key. Send in the Authorization header as: Bearer
Resource created successfully