Examples
Each example here is one question somebody actually asks, the call that answers it, and what comes back. They are written to be copied: the parameters shown are the parameters to send, not a simplified version of them.
Last updated
Every example
Each one is a page: the question, the call in three or four surfaces, what comes back, and the part people get wrong the first time.
| The question | Example |
|---|---|
| Where are all the cuts in this video, and how fast is it cut? | How to find every cut in a video, with timestamps |
| What does the caption at 0:37 say, and how is it set? | How to read on-screen text at a given second |
| Why does this ad work, and what is the hook? | How to analyse a competitor ad from Meta Ads |
| Is there anything broken in this export? | How to QA a render before it ships |
| What was on screen while they said the price? | How to align a transcript to what is on screen |
| How do I survey a two-hour recording from a backend job? | How to analyse a long video asynchronously |
| The API refused my call. What now? | How to recover when a call is refused |
Where to go from here
Examples show a shape. Three other pages explain why the shape is that way.
- Sessions: why the first question about a video is the expensive one, and every question after it is not.
- REST API reference: every parameter, every response field, and what each one is for.
- Playbooks: full written methods for jobs that recur, rather than single calls.