v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Change the speed of an audio file

Processes an audio file to change its playback speed based on a speed factor.

post/v1/audio_speed_changer

Response

Successfully initiated audio speed change

successboolean
conversion_idstring
credit_estimatenumber float
conversion_pathstring
messagestring

Example response

{
  "success": true,
  "conversion_id": "conv999",
  "credit_estimate": 45,
  "conversion_path": "https://example.com/output/converted_audio.mp3",
  "message": "Speed change task queued successfully"
}