Skip to main content
Tasks are the execution records behind async work. Project creation, lyric sync, stem separation, and cloud exports all return task IDs.

Endpoints

Full request and response schemas are in API reference.

Poll one task

Poll until status is terminal: For successful project creation, lyric sync, and stem separation tasks, re-fetch the project after the task reaches a terminal state. For successful export tasks, fetch the export to get the signed download URL.

List project tasks

Use the project task list for diagnostics, progress timelines, and low-level automation that needs to correlate task IDs with project actions.

What’s next