APIPrompt Enhancement
Technical Reference
Video Prompt Booster
Technical documentation for dryAPI APIs, integration guides, and operational references.
Enhance text-to-video or image-to-video prompts. Optionally include a reference image for context-aware enhancement.
NOTE
Multimodal support: This endpoint accepts an optional reference image. When provided, the enhancement will be tailored to complement the visual content.
OpenAPI
Client Enhance Text Image2 Video Prompt
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.dryapi.dev/api/v1/client/prompt/video"{
"prompt": "string",
"negative_prompt": "string"
}{
"data": {},
"message": "string",
"errors": [
{
"field": "string",
"messages": [
null
]
}
],
"statusCode": 0
}Last updated on 21 March 2026