上传音频
Producer
Upload Audio
Upload an audio file for processing
POST
上传音频
Upload an audio file via URL. The uploaded audio can be used for stem separation and other operations.
Supported formats: MP3, WAV, FLAC, M4A, AAC, OGG, WMA, OPUS
Duration limit: Maximum 4 minutes
This is an async task. The response contains a
taskId — use Get Task Status to poll for the result, which includes the audioId for subsequent operations.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Audio file URL (http/https supported). Supported formats: .mp3, .wav, .flac, .m4a, .aac, .ogg, .wma, .opus Duration limit: max 4 minutes
Pattern:
AUDIO_EXTENSION_REGEXExample:
"https://example.com/song.mp3"
Response
任务创建成功
任务 ID,用于后续查询结果