APIAnalysis
Technical Reference
Upload Video File Price Calculation
Technical documentation for dryAPI APIs, integration guides, and operational references.
Endpoint for calculating price for video to text inference
OpenAPI
Request Price For Vid File2 Text
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Header Parameters
Accept*string
Default
"application/json"Value in
"application/json"Request Body
multipart/form-data
Video transcription parameters
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.dryapi.dev/api/v1/client/videofile2txt/price-calculation" \ -H "Accept: application/json" \ -F video="string" \ -F include_ts="true"{
"data": {
"price": 0.25
}
}{
"data": {},
"message": "string",
"errors": [
null
],
"statusCode": 0
}{
"data": {},
"message": "string",
"errors": [
null
],
"statusCode": 0
}{
"message": "The selected model does not support Text To Image.",
"errors": {
"model": [
"The selected model does not support Text To Image."
]
}
}{
"message": "Too Many Attempts."
}Last updated on 21 March 2026