Audio Preview
The Voice API enables the generation of voice previews based on text.
The Voice API will require sending:
The Draft ID - this will be the draft id with containing the chosen voice
Transcript - the text the voice will read, up to 500 characters
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
422
Validation Error
application/json
post
/voice-previewLast updated