Last updated 11 months ago
curl -L \ --url 'https://api.makereals.com/api/v1/voice-preview/{task_id}' \ --header 'api-key: YOUR_API_KEY'
{ "id": "text", "req_id": "text", "status": "in_progress", "url": "text" }
create a voice preview based on a source draft
curl -L \ --request POST \ --url 'https://api.makereals.com/api/v1/voice-preview' \ --header 'api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "transcript": "text", "source_draft_id": "text" }'
{ "id": "text", "transcript": "text", "voice_id": "text", "req_id": "text", "status": "in_progress" }