v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Convert audio file to different format

Initiate a file conversion task using either an audio URL or file upload with optional format parameters and webhook callback.

post/v1/file_convert

Response

Successfully initiated file conversion

successboolean
task_idstring
conversion_idstring
output_pathstring
credit_estimatenumber float

Example response

{
  "success": true,
  "task_id": "convert789",
  "conversion_id": "conv456",
  "output_path": "https://storage.example.com/converted/audio.wav",
  "credit_estimate": 100.1
}