Get Vocal Separation Details
GET/api/v1/vocal-removal/record-info
Retrieve detailed information about a vocal separation task.
Usage Guide
- Use this endpoint to check the status of a vocal separation task
- Access the URLs for vocal and instrumental tracks once processing is complete
- Track processing progress and any errors that may have occurred
Status Descriptions
PENDING
: Task is waiting to be processedSUCCESS
: Vocal separation completed successfullyCREATE_TASK_FAILED
: Failed to create the separation taskGENERATE_AUDIO_FAILED
: Failed during audio processingCALLBACK_EXCEPTION
: Error occurred during callback
Developer Notes
- URLs for all three audio files (original, vocal, instrumental) are only available when status is
SUCCESS
- Error codes and messages are provided for failed tasks
- Separated audio files are retained for 14 days after successful processing
Request
Responses
- 200
- 500
Request successful
Server Error