Audio Preview

The Voice API enables the generation of voice previews based on text.

The Voice API will require sending:

  1. The Draft ID - this will be the draft id with containing the chosen voice

  2. Transcript - the text the voice will read, up to 500 characters

Create Audio Preview

post

create a voice preview based on a source draft

Authorizations
api-keystringRequired
Header parameters
workspace-idstringOptional
team-idstringOptional
Body
transcriptstringRequired
source_draft_idstringRequired
Responses
201

Successful Response

application/json
post
/voice-preview

Get Voice Preview

get
Authorizations
api-keystringRequired
Path parameters
task_idstringRequired
Responses
get
/voice-preview/{task_id}

Last updated