Slazzer logo
Slazzer App

All-in-one AI photo editor

Get App
icon-ai-upscale.svg

AI Upscale makes your images sharper, clearer, and high-resolution without pixelation or blur.

AI upscale your photos, instantly Try Now
icon-ai-shadow.svg

AI Shadow adds natural, photorealistic depth, making your images look like professional studio shots.

AI generate shadows, instantly Try Now
icon-deoldify.svg

AI De-oldify restores and colorizes old photos, bringing timeless memories back to life in vivid detail.

AI deoldify your photos, instantly Try Now
icon-ai-enhance.svg

AI Enhance perfects lighting, contrast, and color automatically, letting every photo shine brighter.

AI enhance your photos, instantly Try Now
icon-sky-change.svg

AI Sky Replacement instantly swaps dull skies with stunning, realistic backdrops for picture-perfect shots.

AI replace your sky, instantly Try Now
icon-sky-change.svg

AI Relighting transforms the mood of your photos by adjusting brightness and lighting direction instantly.

AI relight your photos, instantly Try Now

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"
}