APIPrompt Enhancement
Technical Reference
Image Prompt Booster Price
Technical documentation for dryAPI APIs, integration guides, and operational references.
Calculate the cost of enhancing a text-to-image prompt before execution.
OpenAPI
Client Calculate Text2 Image Prompt Booster Price
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
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/image/price-calculation" \ -H "Content-Type: application/json" \ -d '{}'{
"price": 0.00012345
}{
"data": {},
"message": "string",
"errors": [
{
"field": "string",
"messages": [
null
]
}
],
"statusCode": 0
}Last updated on 21 March 2026