ai-avatar-generationGenerate AI avatars from photos or text descriptions using each::sense. Create professional headshots, cartoon avatars, 3D characters, fantasy personas, gami...
Install via ClawdBot CLI:
clawdbot install eftalyurtseven/ai-avatar-generationGenerate stunning AI avatars using each::sense. Transform selfies into professional headshots, create cartoon or 3D avatars, design fantasy characters, and generate consistent avatars for gaming, social media, and professional use.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a professional avatar from this selfie, make it look like a corporate headshot with studio lighting",
"mode": "max",
"image_urls": ["https://example.com/my-selfie.jpg"]
}'
| Style | Best For | Output Quality |
|-------|----------|----------------|
| Professional Headshot | LinkedIn, corporate profiles, resumes | Photorealistic |
| Cartoon/Illustration | Social media, casual platforms, personal branding | Stylized |
| 3D Render | Gaming, metaverse, virtual worlds | 3D Character |
| Fantasy/Themed | Gaming profiles, creative communities, RPG | Artistic |
| Anime/Manga | Discord, streaming, anime communities | Anime style |
| Pixel Art | Gaming, retro platforms, NFTs | Pixel style |
Transform a casual selfie into a polished professional headshot suitable for LinkedIn or corporate profiles.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Transform this selfie into a professional corporate headshot. Clean studio background (soft gray gradient), perfect lighting, slight smile, confident expression. Make it suitable for LinkedIn. Keep my facial features recognizable but enhance to look polished and professional.",
"mode": "max",
"image_urls": ["https://example.com/my-selfie.jpg"]
}'
Convert a photo into a fun cartoon or illustrated avatar.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Convert this photo into a Pixar-style cartoon avatar. Exaggerated friendly features, big expressive eyes, smooth colorful rendering. Keep the likeness recognizable but make it fun and animated. Bright cheerful background.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
Create a 3D rendered avatar character from a photo or description.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate a 3D rendered avatar based on this photo. Make it look like a high-quality video game character with clean topology, subsurface skin scattering, realistic hair rendering. Neutral pose, front-facing, clean dark studio background. Suitable for metaverse or gaming profile.",
"mode": "max",
"image_urls": ["https://example.com/reference-photo.jpg"]
}'
Create fantasy character avatars for gaming or creative communities.
# Wizard Avatar
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Transform this photo into a powerful wizard avatar. Add a mystical purple cloak with glowing runes, a long silver beard (if male) or flowing magical hair, ancient staff, and magical energy particles around the hands. Fantasy art style, dramatic lighting with magical glow. Epic RPG character portrait.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Knight Avatar
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Transform this photo into a noble knight avatar. Shining silver armor with gold accents, red cape, battle-worn but heroic appearance. Medieval castle background with dramatic sunset. Keep my facial features but make me look like a legendary warrior. High fantasy art style.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
Design futuristic cyberpunk or space-themed character avatars.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Transform this photo into a cyberpunk avatar. Add neon circuit tattoos, cybernetic eye implant with glowing blue iris, futuristic collar with LED strips, slick dark hair with neon highlights. Dark city background with rain and neon signs. Blade Runner aesthetic, dramatic lighting.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
Create platform-optimized avatars for various social networks.
# Instagram Profile Avatar
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a trendy Instagram profile avatar from this photo. Modern aesthetic, soft warm filter, slight glow effect, friendly approachable expression. 1:1 square format optimized for circular crop. Pastel gradient background. Keep it authentic but polished, influencer-style.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Discord/Gaming Avatar
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a cool Discord avatar from this photo. Anime-inspired style with bold outlines, vibrant colors, confident expression. Add gaming headphones, RGB lighting effects in the background. Square format, works well at small sizes. Energetic gamer aesthetic.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
Generate character avatars for gaming profiles and streaming.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an epic gaming avatar from this photo. Transform me into an RPG hero character - detailed armor, confident battle-ready pose, dramatic lighting with volumetric rays. Style similar to League of Legends or Valorant character art. High detail, vibrant colors, professional esports team portrait quality.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
Generate several different style variations of the same person.
# Initial request - set up the session
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "I want to create multiple avatar variations from this photo. Start with a professional headshot version.",
"mode": "max",
"session_id": "avatar-variations-001",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Second variation - cartoon style
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Now create a cartoon/illustrated version of the same person",
"session_id": "avatar-variations-001"
}'
# Third variation - 3D render
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a 3D rendered version, like a video game character",
"session_id": "avatar-variations-001"
}'
Generate the same character in multiple poses while maintaining consistency.
# Define the character
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a character avatar based on this photo. Professional illustration style, clean lines, distinctive features. This will be my consistent character for multiple images. Front-facing portrait first.",
"mode": "max",
"session_id": "consistent-character-001",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Same character, different pose
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate the same character in a 3/4 side view, looking confident with arms crossed. Maintain exact same style, colors, and features.",
"session_id": "consistent-character-001"
}'
# Same character, action pose
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Now show the same character waving hello, friendly expression. Keep all features consistent with previous images.",
"session_id": "consistent-character-001"
}'
Create avatars with specific themed backgrounds.
# Beach/Travel themed
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an avatar from this photo with a beautiful tropical beach background. Sunset golden hour lighting, palm trees, ocean waves. Make it look like a premium travel profile picture. Professional color grading, dreamy atmosphere.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Studio with colored backdrop
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a professional avatar from this photo with a vibrant gradient background (purple to blue). Studio lighting setup, clean and modern. Perfect for a creative professional or designer profile.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Nature/Outdoor backdrop
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate an avatar with a mountain landscape background. Person in focus with bokeh effect on the scenic mountains behind. Adventure/outdoor enthusiast vibe. Natural lighting, authentic feel.",
"mode": "max",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
For creating multiple avatars of the same person:
session_id to maintain context across requestsAsk your users before generating:
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|------|----------|-------|---------|
| max | Final avatars, professional headshots, detailed fantasy characters | Slower | Highest |
| eco | Quick previews, style exploration, bulk variations | Faster | Good |
Use session_id to iterate and refine your avatar:
# Initial avatar
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a professional avatar from this photo",
"session_id": "my-avatar-project",
"image_urls": ["https://example.com/my-photo.jpg"]
}'
# Refine based on feedback
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Make the lighting warmer and add a slight smile",
"session_id": "my-avatar-project"
}'
# Try a different style
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Can you make a cartoon version of this same avatar?",
"session_id": "my-avatar-project"
}'
| Error | Cause | Solution |
|-------|-------|----------|
| Failed to create prediction: HTTP 422 | Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Ensure photo and prompt comply with content policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| Poor likeness | Low quality input | Use higher resolution, well-lit photo with clear face |
each-sense - Core API documentationproduct-photo-generation - E-commerce product shotsmeta-ad-creative-generation - Social media ad creativesGenerated Mar 1, 2026
Users can upload a casual selfie to generate a polished, professional headshot suitable for LinkedIn, corporate websites, or resumes. This transforms informal photos into studio-quality images with optimized lighting and backgrounds, enhancing personal branding for job seekers and professionals.
Gamers and streamers can create custom 3D, fantasy, or anime-style avatars for use in gaming profiles, streaming platforms like Twitch, or virtual worlds. This allows for unique character designs that reflect personal style, boosting engagement and identity in online communities.
Individuals and influencers can generate cartoon, pixel art, or themed avatars for social media profiles on platforms like Instagram, Discord, or TikTok. This provides consistent and eye-catching visuals that enhance personal branding and audience recognition across digital channels.
Artists, writers, and content creators can design fantasy or sci-fi avatars for use in storytelling, RPG campaigns, or digital art projects. This enables the creation of consistent character visuals for narratives, enhancing creative output and audience immersion.
Companies can generate uniform avatar styles for employees to use in internal communications, virtual meetings, or company profiles. This fosters a cohesive brand identity and team spirit, especially in remote or hybrid work environments.
Offer tiered subscription plans for developers and businesses to access the avatar generation API, with limits on requests per month and premium features like higher resolution or faster processing. This provides recurring revenue and scalability for enterprise clients.
Provide a free tier with basic avatar generation and limited styles, while charging per generation for advanced styles, higher quality outputs, or bulk processing. This attracts individual users and converts them to paying customers for enhanced features.
License the technology to other companies, such as gaming platforms, social media apps, or HR software, for integration into their own services. This generates revenue through licensing fees and custom development contracts for specific use cases.
đŹ Integration Tip
Use the provided curl commands with an API key for quick testing; ensure image URLs are publicly accessible and messages are detailed for best results.
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
Capture frames or clips from RTSP/ONVIF cameras.
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
äœżçšć çœź image_generate.py èæŹçæćŸç, ć〿ž æ°ć ·äœç `prompt`ă
AI image generation powered by CellCog. Create images, edit photos, consistent characters, product photography, reference-based images, sets of images, style transfer. Professional image creation with AI.