v1
latestOpenAPI 3.0.02026-07-228239173.7 KBClient API
Unified endpoint for requesting audio/video transcription. Accepts either a source URL (YouTube, Twitter, Twitch, Kick, TikTok, Twitter Spaces) or a file upload (audio/video). The job type is auto-detected from the input.
post/api/v1/client/transcribe
Headers
Accept'application/json' required
Response
ID of the inference request.
Example response
{
"data": {
"request_id": "c08a339c-73e5-4d67-a4d5-231302fbff9a"
}
}