AI Image Prompt CreatorAPI
Analyze any image and generate a detailed AI image generation prompt to recreate it. Supports plain text or structured JSON output.
image generation~10 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/image-prompt-creator
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
imageUrlrequiredOptional
outputFormatExample Request
curl -X POST https://backend.aaddyy.com/api/ai/image-prompt-creator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"imageUrl": "example_imageUrl"
}'Request Body
{
"imageUrl": "example_imageUrl"
}Example Response
{
"success": true,
"message": "AI Image Prompt Creator completed successfully",
"timestamp": "2026-04-01T22:23:51.885Z",
"requestId": "req_9bxi5dfl6",
"data": {
"cost": 0.1,
"remainingCredits": 9.95,
"images": [
{
"url": "https://example.com/generated-image-xyz.png",
"size": "1024x1024",
"format": "png"
}
],
"numImages": 1
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/image-prompt-creator', {
"imageUrl": "example_imageUrl"
})Install: npm install aaddyy
Pricing
~10 credits (~$0.10) per request
Rate Limits
10 requests per 1m
Burst: 3