Get Vocal Separation Details
GET/api/v1/vocal-removal/record-info
Retrieve detailed information about a vocal separation task, including status and download links.
Status Descriptions
- PENDING: Task is waiting to be processed
- SUCCESS: Vocal separation completed successfully
- CREATE_TASK_FAILED: Failed to create the separation task
- GENERATE_AUDIO_FAILED: Failed to perform vocal separation
- CALLBACK_EXCEPTION: Error occurred during callback
Developer Notes
- Use this endpoint to check separation status instead of waiting for callbacks
- The response includes three download URLs when status is SUCCESS:
- originUrl: Original mixed track
- instrumentalUrl: Instrumental track without vocals
- vocalUrl: Isolated vocals only track
- Task creation and completion times are included in the response
Request
Responses
- 200
- 500
Request successful
Server error