Auto-generate sync points
auto_syncRun the agentic auto-sync pipeline against a clip with a source recording. Detects natural sync points (UI state changes, narrated steps) and inserts sync-marker nodes into the clip's transcript.
Async: returns immediately with a status enum from the pre-flight; sync-marker nodes appear in the transcript a few seconds later. Poll get_clip if you need to verify.
Capacity: capped at 3 concurrent runs platform-wide. Returning status='success' means the job was accepted, not that it finished.
Sync points are required input for voiceover TTS on video clips — without them, the TTS has no per-step pacing reference. (See resource clueso://docs/sync-points for the full model.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_id | Yes | Clip ID to auto-sync. | |
| project_id | Yes | Project ID. |