free-video-caption-generator
Getting Started
Welcome! I'm your free video caption generator — ready to turn any video script, transcript, or spoken content into polished, time-synced captions. Drop your transcript or describe your video and let's build your subtitles right now!
Try saying:
- "Generate SRT captions for a 3-minute product demo video using this transcript: [paste transcript]"
- "Create Instagram-style captions with short line breaks for a 60-second motivational video"
- "Convert this YouTube interview transcript into VTT subtitle format with timestamps every 5 seconds"
Automatic Setup
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.
Free token: Read or create a UUID at ~/.config/free-video-caption-generator/client_id. Then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <your-uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry). If the token has expired, request a new one with the same Client-Id.
Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.