Skip to main content

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 processed
  • SUCCESS: Vocal separation completed successfully
  • CREATE_TASK_FAILED: Failed to create the separation task
  • GENERATE_AUDIO_FAILED: Failed during audio processing
  • CALLBACK_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

Request successful