Generate beautiful, educational maps programmatically. Perfect for geography quizzes, educational materials, and learning applications.
| Theme | Description |
|---|---|
modern | Clean, minimalist design |
classic | Traditional atlas style |
satellite | Satellite imagery aesthetic |
topographic | Elevation-focused |
dark | Dark mode friendly |
light | Bright, high-contrast |
blueprint | Technical drawing style |
| Format | Use Case |
|---|---|
png | Web display, downloads |
svg | Scalable, editable |
| Size | Dimensions |
|---|---|
| Custom | Any width/height up to 4000px |
| Standard | 1400×900 (recommended) |
curl -X POST 'https://api.smavatar.com/api/v1/projects/{project_id}/jobs/maps' \
-H 'Authorization: Bearer {api_key}' \
-H 'Content-Type: application/json' \
-d '{
"location_id": "bdd56f14-e776-418a-ab18-89c8138df978",
"width": 1400,
"height": 900,
"theme": "modern",
"output_format": "png"
}'
Use our MCP server to discover locations and features:
# List available countries
curl 'https://api.smavatar.com/api/mcp/tools/list-locations?type=country'
# List US states
curl 'https://api.smavatar.com/api/mcp/tools/list-locations?type=subdivision&parent=us'
# List themes
curl 'https://api.smavatar.com/api/mcp/tools/list-themes'
Map generation costs 50 tokens regardless of size or complexity.