Slazzer logo
Slazzer App

All-in-one AI photo editor

Get App

Logo Generator API

  • Logo Design
  • Logo Generator
Create Unique Logos Instantly with a Single API Call

Our AI-powered API generates high-quality, customizable logos from text input. Perfect for branding, businesses, and creative projects.

API Reference

Head
  • Server URL:
    https://api.slazzer.com/v2.0
  • Request Body:
    multipart/form-data
  • Method:
    POST
  • API:
    /logo_generator

Authorization

  • API-KEY :
    string
  • Your API key :
    xxxx xxxx xxxx xxxx
  • Get API Key
Parameters Request body
  • business_name

    Type : string

    Required : Yes

    Description :

    The business_name parameter specifies the name of your business. This will be used as part of the logo design.

    Example : business_name = YOUR BUSINESS NAME

    Important :
    • This parameter is required to generate the logo.
    • 0.20 credit will be deducted for each logo generated.
  • business_description

    Type : string

    Required : Yes

    Description :

    The business_description parameter provides a brief description of your business. It helps the API understand the business context to create a more relevant logo.

    Example : business_description = YOUR BUSINESS DESCRIPTION

    Important :
    • This parameter is required to generate the logo.
    • 0.20 credit will be deducted for each logo generated.
  • color

    Type : string

    Required : No

    Description :

    The color parameter allows you to specify a color for the logo. You can input a color name (e.g., red).

    Example : color = red

    Important :
    • If not provided, the logo will be generated with any colors.
    • 0.20 credit will be deducted for each logo generated.
  • business_type

    Type : string

    Required : No

    Description :

    The business_type parameter specifies the type of your business. If not provided, the default value is none. This can be useful if you want the logo to reflect a specific business sector (e.g., Technology, Food & Beverage,.. etc.).

    Example : business_type = Technology

    Important :
    • If not specified, the logo will not reflect any specific business sector.
    • 0.20 credit will be deducted for each logo generated.
Response

Success

Request processed successfully!
Your request has been processed and completed. The response contains the result data or file as requested.

Binary image data

Error

Bad Request!
The request contains invalid parameters or input format. Please check the input and try again. (No credits were deducted.)

Example :
{
    "error": "Invalid input"
}

Error

Unauthorized!
Missing or invalid API key. Please provide a valid API key. (No credits were deducted.)

Example :
{
    "error": "invalid api key"
}

Error

Credits Required!
No credits remaining. Please top up your account to continue. (No credits were deducted.)

Example :
{
    "error": "No credits remaining"
}

Error

Rate Limit Exceeded!
Api rate limit crossed (No credit deducted)

Example :
{
    "error": "Api rate limit crossed"
}