Skip to main content
POST
cURL
API v1 is deprecated. This version is no longer being developed — new endpoints, parameters and models are added to v2 only. Use the v2 endpoints to stay current: v2 API documentation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Body

application/json

Video transcription parameters

video_url
string
required

URL of video to transcribe. A TikTok URL is only accepted with model: WhisperLargeV3Ct2 — paired with any other model it is rejected with 422.

Example:

"https://www.youtube.com/watch?v=jNQXAC9IVRw"

include_ts
boolean
required

Should transcription include timestamps. Required - send false for plain text or true for timestamped segments.

Example:

false

model
string
required

The model to use for transcription. Available models can be retrieved via the GET /api/v1/client/models endpoint.

Example:

"WhisperLargeV3"

Response

Calculated price for video to text inference.

data
object