api
Publishing
Prepare previews, confirm destinations, post. Never autonomous.
Last updated 2026-07-10 · beta
Connections
curl
curl https://cadenza.media/api/v1/publish/connections -H "Authorization: Bearer cadk_..."Lists connected platforms and what is linkable. Platform OAuth happens once at setup; tokens are hashed at rest.
Two-step publish
POST /publish_video without confirmations returns per-platform previews and posts nothing. Calling again with confirmations posts exactly the platforms you confirmed. Unconfirmed platforms are skipped, unconnected platforms are skipped with a reason, and per-platform failures surface individually.
Gates
- Safety gate: no provenance manifest, no publish, the whole request is refused with 422.
- Confirm gate: posting requires
confirm: trueper platform. There is no bulk-confirm-all shortcut.
Beta: The final HTTP post per platform is an open seam awaiting platform app credentials; preparation, gating, confirmation, and audit are production paths. See the guide.