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

endpoint
POST https://backend.aaddyy.com/api/ai/logo-creator

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

keywordstringrequired

Optional

colorstring
backgroundenum
typeenum

Example Request

cURL
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

json
{
  "keyword": "example_keyword"
}

Example Response

json
{
  "success": true,
  "message": "AI Logo Creator completed successfully",
  "timestamp": "2026-05-16T12:19:13.600Z",
  "requestId": "req_abgm75im6",
  "data": {
    "cost": 0.25,
    "remainingCredits": 9.95
  }
}

SDK

javascript
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