v1
latestOpenAPI 3.1.02026-07-2627084.1 KBConvert 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
Example response
{
"success": true,
"task_id": "convert789",
"conversion_id": "conv456",
"output_path": "https://storage.example.com/converted/audio.wav",
"credit_estimate": 100.1
}