Skip to main content

Documentation Index

Fetch the complete documentation index at: https://rendobar.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Every limit Rendobar enforces, by plan. Pulled from PLAN_LIMITS in the API.

Plan limits

FreePro ($9/mo)
Signup credits$5 (one-time)
Monthly credits$5/mo included
Credit-purchase bonus+20%
Concurrent jobs125
API requests / min30300
Max input file100 MB2 GB
Max batch size10100
Max job timeout5 min15 min
Output retention7 days30 days
Total R2 storage1 GB50 GB
Priority queueNoYes
Custom providersNoYes
raw.ffmpeg, MCP, and webhooks are on both plans.

Output URLs

  • Signed download URL (outputUrl) is valid for 1 hour. Re-fetch via GET /jobs/{id} for a fresh URL.
  • Output retention: 7 days (Free) or 30 days (Pro). After that, R2 deletes the file; the job record stays but outputUrl returns 404.
  • Storage quota caps total bytes across all your outputs. Delete old outputs or upgrade if you hit it.
  • No separate per-output size limit — bounded by input cap and storage quota.

Credit packs

10/10 / 25 / 50/50 / 100 (or custom, $10 minimum). Pro adds +20% to every purchase. Credits never expire. Failed jobs are always refunded.

API response limits

LimitValue
Default page size50
Max page size100
Max request body100 MB

File formats

Rendobar accepts every FFmpeg-compatible input format. Default outputs by media type:
InputDefault output
VideoMP4 (H.264)
AudioMP3
ImagePNG
For raw.ffmpeg, the output format is inferred from the trailing filename (output.mp4 → MP4). Override with params.outputFormat.

See also