POST /accounts/{account_id}/ai/run/@cf/deepgram/aura-1

Servers

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:

  • "ogg"
  • "none"
  • "wav"
encoding String No

Encoding of the output audio.

Valid values:

  • "alaw"
  • "opus"
  • "mp3"
  • "linear16"
  • "flac"
  • "mulaw"
  • "aac"
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:

  • "asteria"
  • "athena"
  • "angus"
  • "luna"
  • "hera"
  • "orion"
  • "orpheus"
  • "perseus"
  • "stella"
  • "zeus"
  • "arcas"
  • "helios"

Default value: "angus"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.