Get an API key, submit aDocumentation Index
Fetch the complete documentation index at: https://rendobar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
raw.ffmpeg job, poll until complete, download the output.
1. Get an API key
Sign up at app.rendobar.com and create a key from Settings → API keys. Keys start withrb_. New accounts get $5 in free credits.
Prefer the terminal? Skip steps 2–4 and use the CLI instead.
2. Submit a job
-i flags. The output format is inferred from the trailing filename (output.mp4 → MP4).
Response:
3. Poll for completion
waiting → dispatched → running → complete | failed | cancelled. Poll every 1–2 seconds.
For push instead of poll, configure a webhook.
4. Download the result
Whenstatus is complete, the response contains outputUrl — a signed R2 URL valid for one hour:
What’s next
- Rendobar CLI — skip the curl, run
rb ffmpegfrom your terminal - Authentication — keys, sessions, MCP auth
- Raw FFmpeg — full guide with the security model and examples
- Webhooks — push events instead of polling
- Credits — plans, balance, billing
- MCP — drive Rendobar from an AI agent