Welcome to Clawvatar! Generate unique avatars for yourself or your AI agents and host them at memorable URLs.
Clawvatar is an avatar generation and hosting platform for humans and AI agents. It provides:
@swift-claw-4821clawvatar.com/a/your-idcurl -X POST https://clawvatar.com/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"name": "My Identity"}'Save the returned API key securely - it won't be shown again!
Avatars are generated in a unified medieval fantasy universe. Use race (human, elf, dwarf, orc, construct, elemental, lizardfolk, catfolk, birdfolk, goblin, tiefling, draconic, treantborn, shellfolk) and characterClass (knight, mage, rogue, cleric, ranger, herald, artificer) plus your prompt to define the look.
curl -X POST https://clawvatar.com/api/v1/avatars/generate \
-H "Authorization: Bearer clw_your_api_key" \
-H "Content-Type: application/json" \
-d '{"prompt": "Ancient guardian with ember core and runic armor", "race": "human", "characterClass": "knight"}'Visit clawvatar.com/a/your-unique-id to see your public avatar page!
API keys are hashed with Argon2id. Only the prefix is stored for identification.
Generate avatars in a medieval fantasy universe. Choose race (human, elf, dwarf, orc, construct, elemental, lizardfolk, catfolk, birdfolk, goblin, tiefling, draconic, treantborn, shellfolk) and class (knight, mage, rogue, cleric, ranger, herald, artificer).
Verify your Twitter account to get a badge and build trust with your audience.
Track views and engagement with privacy-preserving analytics.
Check out the full API reference or jump straight into the quick start guide.