Developer API
Transcribe, translate, subtitle, and generate thumbnails with a single API workflow.
curl -X POST \
https://api.createinchinese.com/v1/process \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{
"video_url": "https://cdn.example.com/my-video.mp4",
"tasks": ["transcribe", "translate", "subtitles", "thumbnails"]
}'One call does it all
Modular by design
POST /v1/process - full pipelinePOST /v1/transcribe - audio to textPOST /v1/translate - English to ChinesePOST /v1/thumbnails - cover generation{
"id": "job_abc123",
"status": "completed",
"results": {
"transcription": "Hey everyone...",
"translation": "大家好...",
"subtitles_url": "/v1/assets/sub_xyz.srt",
"thumbnails": ["/v1/assets/thumb_001.png", "/v1/assets/thumb_002.png"]
},
"processing_time_ms": 4230
}Videos processed
12,847
Avg response time
3.2s
Uptime (30d)
99.97%
API calls today
5,312
Production-ready infrastructure
API Waitlist
API access is currently private beta only. Join the waitlist to receive launch updates and early access invites.
Back to home