Skip to main content
POST
cURL
Estimate the cost of an audio/video transcription job before submitting it.

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

multipart/form-data

Transcription price calculation parameters

include_ts
boolean
required

Should transcription include timestamps

model
string
required

The model to use for transcription.

Example:

"WhisperLargeV3"

source_url
string

URL of video/audio to estimate price for. Mutually exclusive with source_file and duration_seconds.

Example:

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

source_file
file

Audio or video file to estimate price for. Mutually exclusive with source_url and duration_seconds.

duration_seconds
number

Duration in seconds for direct price estimation. Mutually exclusive with source_url and source_file.

Example:

3600

Response

Calculated price for transcription.

data
object