Utilities
Status Check
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.
π§ͺ Example Request
Use the following code to check the status of any conversion using its task_id
:
β Example Response
Youβll receive details including:
status
: Whether the conversion is PENDING, PROCESSING, 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_id
you 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 own task_id
. Itβs the easiest way to confirm conversion status and get direct download access to your audio output!
Stay informed. Stay creative. π§