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.
SMAvatar uses transparent, token-based pricing. Details will be announced when we exit alpha.