APIPrompt Enhancement
Technical Reference
Image Prompt Booster
Technical documentation for dryAPI APIs, integration guides, and operational references.
Enhance text-to-image prompts for better AI generation results.
NOTE
Tip: Provide at least a basic concept or subject. The more context you give, the more targeted the enhancement will be.
OpenAPI
Client Enhance Text2 Image Prompt
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
application/json
curl -X POST "https://api.dryapi.dev/api/v1/client/prompt/image" \ -H "Content-Type: application/json" \ -d '{}'{
"prompt": "string",
"negative_prompt": "string"
}{
"data": {},
"message": "string",
"errors": [
{
"field": "string",
"messages": [
null
]
}
],
"statusCode": 0
}{
"message": "Too Many Attempts."
}Last updated on 21 March 2026