Skip to main content
POST
Create Audio Book

Authorizations

API-KEY
string
header
required

Body

application/json
file
string
required

A Public accessible URI or path string pointing to the text file.

Example:

"https://dpodkdhb03iee.cloudfront.net/TESTS/a553898a-e693-4c15-b3e6-32db42cf9482_AudioBook.txt"

name
string
required

The title of your audiobook

Example:

"The Great Gatsby: Afro-Centric Edition"

source_language
enum<string>
required

The starting language (case-sensitive to your Enum)

Available options:
French,
English,
Amharic,
Swahili,
Chinese,
Japanese,
Korean,
German,
Russian,
Portuguese,
Spanish,
Italian,
Arabic,
Dutch,
Hindi,
Urdu
Example:

"English"

target_language
enum<string>
required

A String of valid Language enum values

Available options:
French,
English,
Amharic,
Swahili,
Chinese,
Japanese,
Korean,
German,
Russian,
Portuguese,
Spanish,
Italian,
Arabic,
Dutch,
Hindi,
Urdu
Examples:

"English"

"Hindu"

"Chinese"

use_voice_clone
boolean
default:false

Flag indicating whether a voice clone should be used or not

preset_voice_name
string | null

Preset Voice to be used for the Audio Book Audio

voice_clone_sample
string | null

Public URL to a sample voice audio, only used when use_voice_clone is True

Response

Successful Response

id
string<uuid>
required
file
string
required

A Public accessible URI or path string pointing to the text file.

Example:

"https://dpodkdhb03iee.cloudfront.net/TESTS/a553898a-e693-4c15-b3e6-32db42cf9482_AudioBook.txt"

name
string
required

The title of your audiobook

Example:

"The Great Gatsby: Afro-Centric Edition"

source_language
enum<string>
required

The starting language (case-sensitive to your Enum)

Available options:
French,
English,
Amharic,
Swahili,
Chinese,
Japanese,
Korean,
German,
Russian,
Portuguese,
Spanish,
Italian,
Arabic,
Dutch,
Hindi,
Urdu
Example:

"English"

target_language
enum<string>
required

A String of valid Language enum values

Available options:
French,
English,
Amharic,
Swahili,
Chinese,
Japanese,
Korean,
German,
Russian,
Portuguese,
Spanish,
Italian,
Arabic,
Dutch,
Hindi,
Urdu
Examples:

"English"

"Hindu"

"Chinese"

audio_book_cover
string | null
required

Public Accessible URI to an image to be used as the Audio Book Cover

Example:

"https://example.com/covers/cover01.jpg"

date_created
string<date-time>
required
date_updated
string<date-time>
required
localized_file
string | null
task_status
string | null
task_progress
number | null