guides
Extend a sequence
Add shots that inherit the locked look instead of starting a new world.
Last updated 2026-07-10
What it does
extend_sequence plans and generates additional shots that continue an existing arc, inheriting the same locked continuity references so the new shots match the old ones.
curl
curl -X POST https://cadenza.media/api/v1/extend_sequence \
-H "Authorization: Bearer cadk_..." -H "Content-Type: application/json" \
-d '{
"original_intent": "15 second trail shoe launch film",
"extension": "add two shots showing the post-run recovery ritual"
}'Statelessness note
During the beta the call is stateless: you pass the originating intent, and determinism plus the shared locked references keep the result consistent. A stored-sequence handle is planned and tracked on the build board.