AI Action FigureAPI
Transform any photo into a realistic action figure toy in blister pack packaging. Choose from 5 styles: Classic, Superhero, Barbie, LEGO, or Vintage. Add a name and accessories.
photo editing~7 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/action-figure
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
image_urlsarrayrequiredOptional
namestringaccessoriesstringstylestringoutput_formatstringExample Request
curl -X POST https://backend.aaddyy.com/api/ai/action-figure \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_urls": "example_image_urls",
"style": "realistic"
}'Request Body
{
"image_urls": "example_image_urls",
"style": "realistic"
}Example Response
{
"success": true,
"message": "AI Action Figure completed successfully",
"timestamp": "2026-04-04T19:27:55.610Z",
"requestId": "req_b46culuxv",
"data": {
"cost": 0.07,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/action-figure', {
"image_urls": "example_image_urls",
"style": "realistic"
})Install: npm install aaddyy
Pricing
~7 credits (~$0.07) per request
Rate Limits
15 requests per 1m
Burst: 3