Build with Masko

Generate animated mascots, logos, and interactive canvases via REST API.

32

Endpoints

38

Styles

<3s

CDN

Quick Start

curl -X POST https://api.masko.ai/v1/collections \
  -H "Authorization: Bearer masko_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Mascot",
    "project_id": "PROJECT_ID",
    "description": "A friendly fox mascot for my SaaS app"
  }'
1

Get your API key

Create an API key from the Developer section in your dashboard.

2

Create a mascot

Start a project and collection, then describe your character.

3

Generate animations

Request images, animations, or logos and poll for results.

Next Steps