How it works
1
Send a name
POST a JSON body with a name to our API endpoint.
2
AI analyzes it
We infer gender, ethnicity, and country of origin with confidence scores.
3
Get an avatar
Receive a unique, deterministic avatar URL plus the full inference data.
Live Demo
Quick Start
curl -X POST https://nametoavatar.com/api/v1/avatar \
-H "Content-Type: application/json" \
-d '{"name": "Yuki Tanaka"}'