Perform text to adapted synthesize speech

Use this method to submit text to be synthesized. The synthesize output will use features from the provided audio file to mimic the speech within the audio. Audio and text files are submitted via a HTTP multipart form POST. Each file is included as a multipart file attachment within the POST. The service supports several different formats for the audio file. The text must be a plain utf-8 encoded text file.

Path Params
string
required

The model to use for speech synthesis

Query Params
int32
Defaults to 50

An integer priority level between 1 (low priority) and 100 (high priority) for this request. Additional charges may be applied to jobs with higher priority values. Default value is 50.

Body Params
string

The multipart request body containing both text and audio file fields.

Headers
string
required
Defaults to multipart/form-data

The content type - must be multipart/form-data

string
required

API Key

string

(optional) A user HTTP callback URL which will be invoked to notify the user when the request completes. See “User request completion callback” for further description.

string

[optional] Any text data the caller wants to associate with this request. This can be used to link this request with some other external tracking information.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json