cURL
curl --request POST \ --url https://api.deapi.ai/api/v1/client/videofile2txt/price-calculation \ --header 'Accept: <accept>' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'video=<string>' \ --form include_ts=true \ --form model=WhisperLargeV3 \ --form 0.video='@example-file'
{ "data": { "price": 0.25 } }
Endpoint for calculating price for video to text inference
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
Video transcription parameters
Video file to transcribe. Supported formats: MP4, MPEG, QuickTime (MOV), AVI, WMV, OGG. Maximum file size: 10 MB. Video must contain an audio stream.
Should transcription include timestamps
The model to use for generation
"WhisperLargeV3"
Calculated price for video to text inference.
Show child attributes
Was this page helpful?