After performing a conversion via one of our API endpoints, you may want to check the progress or retrieve the final result. You can do this easily by calling our Get Conversion by ID endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.musicgpt.com/llms.txt
Use this file to discover all available pages before exploring further.
Example Request
Use the following code to check the status of any conversion using itstask_id:
Select one among the following values for conversionType:
MUSIC_AI, TEXT_TO_SPEECH, VOICE_CONVERSION,
COVER, EXTRACTION, DENOISING, DEECHO, DEREVERB,
SOUND_GENERATOR, AUDIO_TRANSCRIPTION, AUDIO_SPEED_CHANGER,
AUDIO_MASTERING, AUDIO_CUTTER, REMIX, FILE_CONVERT,
KEY_BPM_EXTRACTION, AUDIO_TO_MIDI, EXTEND, INPAINT,
SING_OVER_INSTRUMENTAL, LYRICS_GENERATOR, STEMS_SEPARATION, VOCAL_EXTRACTION
Example Response
status: Whether the conversion is IN_QUEUE, ERROR, COMPLETED, or FAILED.status_msg: A message describing the state.audio_url: A direct link to your generated audio file if the status is completed.- Additional metadata such as title, lyrics, style, timestamps, and cost.
Where to Start
- First, perform a conversion via the Conversion Endpoints.
- Save the
task_idyou receive in the response. - Use the Get By ID endpoint to check the progress.
Still Unsure?
No worries — head over to the Get Conversion by ID endpoint and try it for yourself with your owntask_id. It’s the easiest way to confirm conversion status and get direct download access to your audio output!