AI Logo CreatorAPI
Generate professional, high-quality logos in seconds. Choose from multiple styles like modern, minimal, or vintage. Customize colors and backgrounds to perfectly match your brand.
design tools~25 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/logo-creator
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
keywordstringrequiredOptional
colorstringbackgroundenumtypeenumExample Request
curl -X POST https://backend.aaddyy.com/api/ai/logo-creator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keyword": "example_keyword"
}'Request Body
{
"keyword": "example_keyword"
}Example Response
{
"success": true,
"message": "AI Logo Creator completed successfully",
"timestamp": "2026-04-01T22:35:41.101Z",
"requestId": "req_3vwjxeyxu",
"data": {
"cost": 0.25,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/logo-creator', {
"keyword": "example_keyword"
})Install: npm install aaddyy
Pricing
~25 credits (~$0.25) per request
Rate Limits
10 requests per 1m
Burst: 3