Reap
Reap Automation API Skill
Product Summary
Reap is a REST API for automating video processing: AI clipping (extracting short clips from long videos), caption generation with styling, video reframing for different aspect ratios, AI dubbing into 80+ languages, transcription, and direct publishing to YouTube, Instagram, TikTok, LinkedIn, and X. The API runs at https://public.reap.video/api/v1/automation/ with Bearer token authentication and webhook callbacks. Key files: API key from dashboard (Profile > Settings > API Keys), webhook configuration (Profile > Settings > Webhooks). CLI: use npx skills add https://docs.reap.video to install the agent skill, or npx add-mcp https://docs.reap.video/mcp for MCP server integration. Primary docs: https://docs.reap.video
When to Use
Reach for this skill when:
- An agent needs to extract short clips from long-form videos (podcasts, webinars, keynotes, YouTube streams)
- Building a workflow that uploads video, creates clips, and polls or waits for completion
- Adding captions with custom styling, emojis, or keyword highlighting to videos
- Reframing video for different aspect ratios (16:9 to 9:16, 1:1, 4:5) without cropping faces
- Dubbing audio into multiple languages with lip-aware timing
- Publishing completed clips to multiple social platforms from a single API call
- Setting up real-time notifications via webhooks instead of polling
- Building batch video processing pipelines for content teams or SaaS platforms