Re-run lyrics synchronization on an existing project
Lyrics sync aligns lyric text to the audio so words highlight at the right moment. Youka runs sync automatically when you create a project. Use this endpoint to re-run sync with a different model, updated lyrics, or a different language.
# Poll the taskcurl https://api.youka.io/api/v1/tasks/tsk_abc \ -H "Authorization: Bearer yk_..."# Once the task is in a terminal state, re-read the projectcurl https://api.youka.io/api/v1/projects/prj_abc \ -H "Authorization: Bearer yk_..."
The updated project.lyrics contains the new word-level timings.
Pair every request with an idempotency key so retries don’t queue duplicate
sync jobs.