Skip to main content
POST
/
api
/
public
/
v1
/
voices
/
{voice_id}
/
sync
Sync Voice
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"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Send in the Authorization header as: Bearer

Path Parameters

voice_id
string
required

Response

Resource created successfully