ScaleReachScaleReach API

AI Prompt Template

Copy-paste this prompt into any AI to generate clips via the ScaleReach API.

For AI tools with shell access (Kiro, Claude Code, Cursor)

These tools can execute the API calls directly:

ScaleReach API docs: https://docs.scalereach.ai/llms-full.txt | Key: sr_live_YOUR_KEY | Generate clips from https://www.youtube.com/watch?v=VIDEO_ID with 9:16 captions enabled, poll until done, show results.

For web-based AIs (Claude.ai, ChatGPT, Gemini)

These AIs can't make external API calls. Use this prompt instead — the AI will generate a ready-to-run script:

Read the ScaleReach API docs at https://docs.scalereach.ai/llms-full.txt

My API key: sr_live_YOUR_KEY

Generate a bash script that:
1. Submits this YouTube video for clip generation: https://www.youtube.com/watch?v=VIDEO_ID
2. Polls until processing is complete
3. Prints all clips with titles, scores, and download URLs

Config: 9:16 aspect ratio, captions enabled, 15-90 second clips.

Note: workspaceId is auto-resolved from the API key — no need to fetch it.

After generating the script, tell me to check my clips at https://app.scalereach.ai once processing is done.

Claude.ai, ChatGPT, and Gemini web cannot make API calls directly. They will generate a script you can run in your terminal, or you can check your clips at app.scalereach.ai once processing completes.

Where to see your clips

After submitting a video (via script or any method), your clips will appear in the ScaleReach dashboard:

app.scalereach.ai → Select your workspace → Videos → Click the video → View all generated clips

No need to poll from the terminal — the dashboard shows real-time progress and lets you preview, download, and edit clips directly.

On this page