LogoAI is the leading AI logo maker on the market. With more than a million customers, our logo engine uses AI technology to dynamically generate creative logo ideas based on very simple design inputs. Now, we are excited to introduce two logo API integration solutions: LOGO API and LOGO API Lite. If you wish to enable AI logo generation for your website or app, please choose the solution most suitable for your need and get in touch with us.
Our Logo API solution is implemented using IFRAME where you can directly open our page from your website. You will have exactly the same feature as LogoAI allowing your customers to generate logo ideas, make design modifications, and download the complete brand assets from the logo download center.
Logo API Lite solution offers a simpler integration method. You only need to pass your logo name and a few other parameters (optional) to generate multiple creative logo images.
https://api.logoai.com/logoapi/async/logo
GET
Parameter | Type | Description |
---|---|---|
LOGOAPIKEY | string | Your exclusive API Key |
Parameter | Description | Required |
---|---|---|
name | Name of your logo | Yes |
slogan | Slogan of your logo | No |
page | Page, default value: 1 | No |
colorId | Color scheme preference0 : Default, 1 : Warm, 2 : Cold, 3 : Contrast, 4 : Pastel, 5 : Grayscale, 6 : Gradient | No |
fontId | Font style preference0 : Default, 1 : Modern, 2 : Elegant, 3 : Slab, 4 : Handwritten, 5 : Playful, 6 : Futuristic | No |
styleId | Style preference | No |
size | Size per call, 4 | 6 | 8 | 10 | 12 , default value: 4 | No |
format | Output format, 1 : Base64 2 : URL, default value: 1 | No |
{
// Successful response:
"data": {
// We will push the logo image and taskId to your designated interface address through a webhook.
"taskId": "9dc07ccd-ce60-4376-9160-06dc8c77ce9b"
},
"errCode": 0,
"errMsg": "",
"success": "success"
}
{
// Failed response:
"data": null,
"success": "false",
"errCode": 40001,
"errMsg": "Api key not found."
}
For Logo API:
For Logo API Lite: