content-creation
Installation
SKILL.md
Content Creation
Create visual content for artists and record labels using the Recoup API. You can access every capability through either the CLI (recoup content) or the REST API (/api/content/*).
What You Can Do
| Capability | CLI | API |
|---|---|---|
| Generate image | recoup content image |
POST /api/content/image |
| Generate video | recoup content video |
POST /api/content/video |
| Generate caption | recoup content caption |
POST /api/content/caption |
| Transcribe audio | recoup content transcribe |
POST /api/content/transcribe |
| Edit (trim, crop, overlay, mux audio) | recoup content edit |
PATCH /api/content |
| Upscale image or video | recoup content upscale |
POST /api/content/upscale |
| Analyze video | recoup content analyze |
POST /api/content/analyze |
| Full pipeline (one shot) | recoup content create |
POST /api/content/create |
Image and video generation are async — they return a runId. Poll with recoup tasks status --run {runId} --json (or GET /api/tasks/runs?runId={runId}) until status is COMPLETED, then read output.