AI Prompt MakerAPI
Convert your natural language (any language) into a clean, precise English prompt for image creation or image editing.
content creation~3 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/prompt-maker
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
textrequiredmoderequiredValues: image_creationimage_editing
Example Request
curl -X POST https://backend.aaddyy.com/api/ai/prompt-maker \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "example_text",
"mode": "example_mode"
}'Request Body
{
"text": "example_text",
"mode": "example_mode"
}Example Response
{
"success": true,
"message": "AI Prompt Maker completed successfully",
"timestamp": "2026-04-01T22:35:55.531Z",
"requestId": "req_0chhthrg9",
"data": {
"cost": 0.03,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/prompt-maker', {
"text": "example_text",
"mode": "example_mode"
})Install: npm install aaddyy
Pricing
~3 credits (~$0.03) per request
Rate Limits
30 requests per 1m
Burst: 10