Last updated 1 year ago
GET /api/v1/voice-preview/{task_id} HTTP/1.1 Host: api.makereals.com api-key: YOUR_API_KEY Accept: */*
Successful Response
{ "id": "text", "req_id": "text", "status": "in_progress", "url": "text" }
create a voice preview based on a source draft
POST /api/v1/voice-preview HTTP/1.1 Host: api.makereals.com api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 46 { "transcript": "text", "source_draft_id": "text" }
{ "id": "text", "transcript": "text", "voice_id": "text", "req_id": "text", "status": "in_progress" }