Watermark Videos
Add image or text watermarks with precise position, scale, and opacity control. Supports batch processing for multiple videos.
watermark.add Watermark, transcode, caption, render — one API call. Credit-based billing. MCP-native.
$ curl -X POST https://api.rendobar.com/jobs \
-H "Authorization: Bearer rb_..." \
-H "Content-Type: application/json" \
-d '{
"type": "watermark.add",
"inputs": { "source": "https://example.com/video.mp4" },
"params": { "position": "bottom-right", "opacity": 0.8 }
}'
# Response:
{ "data": { "jobId": "job_a1b2c3", "status": "dispatched" } } 23 job types covering watermarking, transcoding, AI-powered captions, GDPR compliance, rendering, and QR code generation. All accessible through a single REST API.
Add image or text watermarks with precise position, scale, and opacity control. Supports batch processing for multiple videos.
watermark.add Convert between formats, adjust codecs, bitrate, and resolution. H.264, H.265, VP9, and more.
transcode Extract thumbnails from any timestamp. Automatic scene detection picks the best frame.
thumbnail AI-powered speech-to-text transcription with multi-language support. Get SRT, VTT, or JSON output.
caption.extract Burn subtitles directly into video with customizable fonts, colors, and positioning.
caption.burn Full FFmpeg power with safety guardrails. Whitelisted flags, sandboxed execution, and input validation.
raw.ffmpeg Submit a job, poll for status, download the output. Three steps to process any video.
POST your video URL and parameters to the jobs endpoint.
POST /jobs
{
"type": "caption.extract",
"inputs": {
"source": "https://..."
}
} Poll the job endpoint or use webhooks and SSE for real-time updates.
GET /jobs/job_a1b2c3
{
"data": {
"status": "complete",
"price": 3000000000
}
} Get the result with a presigned URL. Outputs are stored on R2.
GET /jobs/job_a1b2c3/result
{
"data": {
"url": "https://r2...",
"meta": { "format": "srt" }
}
} Start free with $5 of usage every month. Scale up as you grow. No hidden fees, no per-seat charges.
$0/mo
$5 included/month
$19/mo
$100 included/month
$49/mo
$500 included/month
$149/mo
$2,000 included/month
Try Rendobar's processing power directly in your browser. No signup, no credit card.
Create a free account, get $5 of free usage, and submit your first job in under 5 minutes.