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

Background successfully removed!
Your image has been processed, and the background is now removed. You can now download or use it as you wish.

Binary image data

Error

Background removed failed!
The request could not be processed due to invalid parameters or an unsupported image format. Ensure the input image meets the required format and size specifications, then try again. (No credits were deducted for this request.)

Example :
{
    "error": "Source image file not found"
}

Error

Background removed failed!
API-KEY missing or invalid API-KEY (No credit deducted)

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

Error

Background removed failed!
No credits remaining (No credit deducted)

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

Error

Background removed failed!
Api rate limit crossed (No credit deducted)

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