Key fields
Lifecycle
Captures are uploaded from the Holos Capture app. Once processed, they appear in the dashboard with all modality data available. Captures can be linked to one or more Skills. Once linked, org admins and managers can review and approve or reject them via the skill’s capture list.Approval workflow
Approval status is stored on the skill-capture join record, not on the capture itself. The same capture can be approved under one skill and rejected under another.
Transcript overrides
Individual transcript segments can be edited after upload. Edits are stored as override records and applied on read; the original transcript is preserved.Endpoints
GET /api/org/:orgId/captures— list captures, filterable by skillGET /api/org/:orgId/captures/:captureId— get a capture with full tracked_objects and transcriptPATCH /api/org/:orgId/captures/:captureId— update title, tags
