Overview
Version 1.0.0
The SRTGen API is built for subtitle automations. Programmatically transcribe, translate, and export subtitles at scale with our powerful AI engine.
Base URL
The primary entry point for all API requests.
https://api.srtgen.com/api/v1Fast Transcribe Example
curl -X POST https://api.srtgen.com/api/v1/transcribe \ -H "x-api-key: <YOUR_API_KEY>" \ -F "file=@/path/to/your/video.mp4"
POSThttps://api.srtgen.com/api/v1/transcribe
Quick Guide
Secure Authentication
Manage and use API keys to authenticate your requests securely from any environment.
Automated Transcription
Programmatically submit media via URL or file upload for high-precision AI transcription.
AI Translation
Scale your reach by automating the translation of subtitles into dozens of languages simultaneously.
Export Subtitles
Automate the fetching of finalized subtitles in SRT, VTT, ASS, or raw JSON formats.
Was this page helpful?