Skip to main content
POST
Generate Podcast Audio

Authorizations

Authorization
string
header
required

Authenticate using Bearer token. Get your API Key from the WeryAI Console.

Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx

Path Parameters

taskId
string
required

Task ID from text generation

Body

application/json
scripts
object[]

Custom podcast scripts. If not provided, the default text from the task will be used.

Example:
webhook_url
string<uri>

Callback URL for task completion notification

caller_id
integer<int64>

Caller ID

Response

Audio generation started successfully

status
integer

HTTP status code

Example:

200

desc
string

Status description

Example:

"Success"

message
string

Response message

Example:

"Success"

data
object
success
boolean

Indicates if the request was successful

Example:

true