cURL
Analysis
Video-to-Text Price Calculation
Endpoint for calculating price for video to text inference
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
application/json Body
application/json
Video transcription parameters
URL of video to transcribe
Example:
"https://www.youtube.com/watch?v=jNQXAC9IVRw"
Should transcription include timestamps
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.