v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API v2

Transcribe audio or video to text. 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/v2/audio/transcriptions

Headers

Accept'application/json' required

Response

ID of the inference request.

Example response

{
  "data": {
    "request_id": "c08a339c-73e5-4d67-a4d5-231302fbff9a"
  }
}