Introduction

AI-powered API for generating avatars and educational maps.

SMAvatar API

Generate AI avatars and educational maps with a single API call.

curl -X POST 'https://api.smavatar.com/api/v1/projects/{project_id}/jobs/avatars' \
  -H 'Authorization: Bearer sma_your_api_key' \
  -H 'Content-Type: application/json' \
  -d '{
    "style_id": "cartoon_flat_modern",
    "quality": "standard",
    "size": "square",
    "parameters": {
      "subject": "fox",
      "theme": "astronaut",
      "gender": "neutral",
      "color": "orange"
    }
  }'

Jobs complete quickly. Poll for status, then download your image.

Two APIs

Avatars

AI-generated characters using GPT-Image-1. Choose from 30+ art styles.

Maps

Educational maps with countries, states, rivers, and highlighting. Built for geography apps.

How It Works

  1. Create a job — POST your parameters (style, location, theme)
  2. Get notified — Poll for status or receive a webhook
  3. Download — Fetch the image from the returned URL

Pricing

SMAvatar uses transparent, token-based pricing. Details will be announced when we exit alpha.

Join the waitlist to get early access and be among the first to know when pricing is finalized.

Next Steps

Quick Start

Generate your first image in 5 minutes.

Authentication

API keys, projects, and security.

Avatar Styles

Browse 30+ art styles.

MCP Integration

Connect LLMs to generate visuals through conversation.