Describe the feature flow you want to show. Slideshot drives your web app, records the walkthrough, and returns a polished video your team can use in launch posts, changelogs, and enablement assets.
Slideshot is not another screen recorder. It is a repeatable way to turn a product flow into a usable launch asset. The videos below were generated from a single prompt, then returned as polished MP4s.
Linear launch walkthrough
Notion product tour
Slideshot credential flow
Product Hunt discovery flow
Recording and editing are meaningful work, but they are also repeatable. The hard part is keeping product videos current as the UI changes.
A last-minute label, layout, or workflow change can make a launch video feel out of date immediately.
Teams know which flows should have fresh walkthroughs, but re-recording every update rarely makes it to the top of the list.
Zoom, framing, cursor movement, and brand fit help viewers understand what changed, but adding them by hand slows every video down.
Describe the launch flow Give Slideshot the product URL and the steps you want shown, written like a PMM brief.
Slideshot drives the app It executes the flow in the browser, including authenticated product areas when credentials are configured.
Download the polished MP4 Use the finished video in launch assets without a separate recording, trimming, zoom, or export pass.
The API stays because it is part of the product promise: launch demos should be generated from workflows, agents, and automation, not only from a human opening a recorder.
curl -X POST https://api.slideshot.ai/v1/agent/runs \
-H "x-api-key: sk_live_xxxx" \
-H "Content-Type: application/json" \
-d '{
"target_url": "https://app.example.com",
"goal": "Record the new project analytics flow for our launch announcement.",
"options": {
"auth": {
"source": "default"
},
"video": {
"blur_emails": true,
"background": {
"type": "solid",
"color": "#0B1020"
},
"size": {
"width": 1440,
"height": 900,
"content": {
"scale": 0.9
}
}
}
}
}' {
"run_id": "11111111-2222-3333-4444-555555555555"
}
// Poll GET /v1/agent/runs/:id, then fetch artifacts when the run succeeds. No monthly subscription. No seat pricing. You only pay for what you use.
Because repeatable demo generation works better as automation than as another manual recorder. You describe the flow, and an agent/API workflow can generate the video without someone driving every capture by hand.
Those tools are strong when someone wants to craft one recording by hand. Slideshot is for repeatable demo work: describe the flow once, generate the asset, and make it practical to create more versions as your product changes.
Yes. Slideshot supports saved credentials for web apps, so launch and docs videos can cover real in-product workflows rather than only public marketing pages.
Most runs complete in under 5 to 10 minutes, depending on video length and app complexity. Longer demos can take 20+ minutes, and the API flow is asynchronous so runs can be queued.
We are onboarding new users every day. Apply with the product flow you want to record, and you will get a personalized demo and founder-led onboarding.
Quick founder demo
A short walkthrough of the kind of product flow Slideshot can turn into a launch-ready video.
Slideshot is currently in early beta, and we are onboarding new users every day. Please fill out the form to access the API.
Thanks for requesting access! We'll get back to you as soon as possible.