Before you begin: Jumper is running with media analyzed, you have a Jumper Pro license, and you know the path to your analysis folder.
Starter prompt
Copy this into your coding agent:Optional: specify a tech stack
If you have a preference, say so in the prompt. Many agents default to JavaScript.What the agent will ask for
When testing, the agent or app will usually need:- Your Jumper Pro license key
- The path to your analysis folder (the
cache_dirin API requests)
Test it
Keep Jumper running
The API is local. Your app talks to Jumper on your machine at
http://localhost:6699/api/v1.Run the app
Follow the instructions the agent gives you. If you are unsure, ask it: “How do I test the app?” or “Can you start the app for me?”
Run a search
Enter a query you know should return results from your analyzed footage. Confirm you get thumbnails and clip info back.
If something breaks
Paste the error message back to the agent and ask it to fix the issue. That is usually faster than debugging it yourself.The app runs but search returns nothing
The app runs but search returns nothing
The app cannot connect to Jumper
The app cannot connect to Jumper
- Confirm Jumper is running
- Confirm the base URL is
http://localhost:6699/api/v1 - Try
GET /healthwith curl. See API reference
Authentication errors
Authentication errors
- Confirm you have a Jumper Pro license
- Check the license key is correct
- Send the key in the
X-License-Keyheader or in the request body aslicense_key
What’s next
Once search works, add features one at a time instead of trying to build everything at once. Common next steps:- Switch from a list to a card or deck view for review
- Add keyboard shortcuts for faster selects
- Save favorites and batch-export them as clips
- Drag a result to Finder or Explorer to export a trimmed clip
- Combine Jumper results with another API or tool you already use
Related
Developers overview
What Jumper handles, who this is for, and how the pieces fit together
API reference
Authentication, workflow, endpoint groups, and curl examples
Agentic editing
Use an AI agent to operate Jumper directly instead of building your own app

