Free Tools

Article to Video

Turn articles into MP4

Script to Voiceover

Turn text into AI audio

Transcript to Help Article

Clean docs from transcripts

Video Trimmer

Cut and trim video clips

Subtitle Creator

Generate captions from audio

Transcript Extractor

Get text from any video

Video Watermark

Add logo or text overlay

Video Cropper

Resize and crop frames

AI Video Reframer

Auto crop with subject tracking

Video to FAQ

Turn video into Q&A

Video to Help Article

Auto-generate help docs

Video to Quiz

Generate quizzes from videos

Subtitle Translator

Translate captions instantly

Background Music

Add royalty-free tracks

Thumbnail Generator

Create click-worthy thumbs

Description Generator

SEO-optimized descriptions

AI Video Trimmer

Smart cuts, auto highlights

Video Merger

Combine multiple clips

Before & After Video

Side-by-side comparisons

Coming Next Video

PiP teaser into next clip

Video Rotator

Flip or rotate footage

Speed Changer

Speed up or slow down

Format Converter

Convert between formats

Video to GIF

Turn clips into animated GIFs

Video Fade In/Out

Smooth intro and outro

Video Summary

AI-powered key takeaways

Video FAQ Generator

Extract FAQs from video

Image Annotator

Mark up screenshots

Video Annotator

Shapes, arrows & text on video

Audio Extractor

Extract audio from video

Subtitle Burner

Burn captions into video

PDF to Video

Convert PDF to video

PPTX to Video

Turn slides into video

Keynote to Video

Convert Keynote to video

Presentation to Video

PDF, PPTX, or Keynote

Google Slides to Video

Turn Google Slides into video

PowerPoint to Video

Convert PPT to video

Video Lighting

Brightness, contrast & more

Build with Vidocu

Integrate AI-powered video processing into your apps. One API for subtitles, translation, voiceover, and more.

What you can build

Full video processing pipeline, accessible through simple REST endpoints.

Analyze Videos

Extract scenes, topics, and metadata from any video with AI.

Generate Subtitles

Auto-generate accurate, synced subtitles in 65+ languages.

Export Videos

Export with burned-in subtitles, voiceover, and custom branding.

Translate

Translate subtitles and voiceover to any supported language.

Voiceover

Generate natural AI voiceover from subtitles in multiple voices.

Help Articles

Turn videos into step-by-step articles with auto screenshots.

Authentication

Choose the method that fits your integration.

API Keys

Server-to-server. Generate a key, add it to your request headers, and start making calls. Best for backend integrations and scripts.

Server-to-server

OAuth 2.0

Let users connect their Vidocu account to your app. Authorization code flow with PKCE support. Best for user-facing integrations.

User-facing apps

Quick start

One request. That's all it takes.

curl -X POST https://api.vidocu.ai/v1/videos/process \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "videoUrl": "https://example.com/video.mp4",
    "tasks": ["analyze", "subtitles"],
    "language": "en"
  }'

See the full documentation for all endpoints and options.

Ready to build?

Create your first API key and start integrating in minutes. The REST API is included on the Business plan and above, and draws from the same video-minute allowance as the app.

Go to Developer Console