Skip to main content

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:
    1. originUrl: Original mixed track
    2. instrumentalUrl: Instrumental track without vocals
    3. vocalUrl: Isolated vocals only track
  • Task creation and completion times are included in the response

Request

Responses

Request successful