Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Body

multipart/form-data
audio_url
string
required

Input audio URL (supported format: YouTube URL).

Example:

"https://example.com/input_audio.mp3"

speed_change_factor
number
required

Factor to change the audio speed (min: 0.25, max: 4.0)

Required range: 0.25 <= x <= 4
Example:

1.5

audio_file
file

Audio file to upload and process directly.

output_extension
enum<string>

Desired output format.

Available options:
mp3,
wav,
flac,
ogg,
aac,
webm
Example:

"mp3"

webhook_url
string

Callback URL for async processing results.

Example:

"http://your-webhook-url.com/callback"

Response

Successfully initiated audio speed change

success
boolean
conversion_id
string
credit_estimate
number<float>
conversion_path
string
message
string