Every payload below is illustrative and cut down to the fields that matter. Job ids are placeholders, and frame URLs are signed and short-lived, so they are shown as
<signed frame URL> rather than pasted.1. Open the cut index
Show me the cuts in the manifesto spot I analyzed yesterday.Two calls, both free.
list_analyses resolves the title you used into a job_id, then list_cuts returns the index.
2. Inspect one cut, free
Tell me about cut 3.
get_cut never returns or reconstructs one, so browsing cuts can never quietly turn into a charge.
cut-003 works exactly like 3:
3. Get the build spec for one cut
Get me the build spec for cut 3, I want to remake it with my own footage.
charged and credit_status rather than assuming. They come from the server, which is the only authority on what your account was charged.
The agentic unlock: cut index, then one cut, then one brief. Your assistant works a shot at a time, you spend on the shots you decide to remake, and the reference stays a reference - the footage is yours.
4. Compare hooks across several teardowns
Across my last three teardowns, what do the hooks have in common?
hooks_only returns openings and scorecards, nothing else - no transcripts, no beat sheets.
truncated: true and a note saying how many, so a silent trim never happens.
Presets by intent:
hooks_only for openings across N videos, synthesis for the merged pattern layer across N, remix for a deep single-video payload - beats, pacing, style, voice, transcript, and recreation prompts with [YOUR PRODUCT] placeholders, ready to paste into your own image or video tool.5. Analyze something new, then write from it
Analyze this video, then write me a 60-second script in the same structure for my product.
analyze_video draws on your plan exactly like a new teardown in the app, and returns a job_id right away. get_report polls until the analysis completes - usually about 90 seconds - then returns the full breakdown for your assistant to write from. Pass wait=False if you would rather it return the current status immediately and check back.
Better habit: preset="lean" first, then pull only what you need.
When something is off
These are the honest failure shapes. Each one is self-correcting: it tells your assistant what to do next instead of returning an opaque error.Related pages
The connector
Install, the twenty-one tools, credits, and troubleshooting.
Connector API
Signatures, params, charges, and measured response sizes for all 19 tools.
The Cuts
How cuts are detected and what a Cut Blueprint contains.
For your AI
The copy-paste handoff, without the connector.