POST /accounts/{account_id}/ai/run/@cf/deepgram/aura-1
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
queueRequest |
String | No |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
bit_rate |
Number | No |
The bitrate of the audio in bits per second. Choose from predefined ranges or specific values based on the encoding type. |
text |
String | Yes |
The text content to be converted to speech |
container |
String | No |
Container specifies the file format wrapper for the output audio. The available options depend on the encoding type.. Valid values:
|
encoding |
String | No |
Encoding of the output audio. Valid values:
|
sample_rate |
Number | No |
Sample Rate specifies the sample rate for the output audio. Based on the encoding, different sample rates are supported. For some encodings, the sample rate is not configurable |
speaker |
String | No |
Speaker used to produce the audio. Valid values:
Default value: "angus" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.