Icon generation API
AI Icon generation
Create stunning icons in different styles and formats (png, svg) from text prompts using our advanced AI models.
POST
Description
Generate an icon from a text prompt.Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
application/json
The prompt to generate the icon
Example:
"A cute cat icon"
The webhook URL to receive the result
Example:
"https://example.com/webhook"
The style to use for the icon
Available options:
solid, outline, color, flat, sticker Example:
"solid"
The number of inference steps to use for the generation
Required range:
10 <= x <= 50Example:
10
The guidance scale to use for the generation
Required range:
0 <= x <= 10Example:
7
The format of the icon
Available options:
png, svg Example:
"svg"
Response
Success - The request has succeeded and the Text to Icon process has started.
Example: