API
Technical Reference
Text-to-Video Price Calculation
Technical documentation for dryAPI APIs, integration guides, and operational references.
Endpoint for calculating price for text2video inference
OpenAPI
Request Txt2 Video Price
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Header Parameters
Accept*string
Default
"application/json"Value in
"application/json"Request Body
application/json
Text to video conversion 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/txt2video/price-calculation" \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -d '{ "width": 512, "height": 512, "steps": 20, "frames": 20, "model": "Ltxv_13B_0_9_8_Distilled_FP8" }'{
"data": {
"price": 0.15
}
}{
"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