API Access is a Pro Feature
Programmatically generate avatars, create content, and integrate MyAIInfluencer into your existing tools and workflows.
API Keys
Production Key
maii_live_sk_...8f3d Created Apr 1, 2026 Last used 2 hours agoFull Access
Development Key
maii_test_sk_...2a1c Created Mar 15, 2026 Last used 5 days agoRead Only
Quick Start
# Generate an AI Avatar
curl -X POST https://api.myaiinfluencer.com/v1/avatars \
-H "Authorization: Bearer maii_live_sk_...8f3d" \
-H "Content-Type: application/json" \
-d '{
"gender": "female",
"age_range": "25-34",
"ethnicity": "east_asian",
"hair_style": "long_straight",
"outfit_style": "professional",
"expression": "confident_smile",
"pose": "portrait",
"output_format": "png",
"width": 1024,
"height": 1024
}'
# Response:
# {
# "id": "av_2026_abc123",
# "status": "completed",
# "url": "https://cdn.myaiinfluencer.com/avatars/av_2026_abc123.png",
# "credits_used": 5,
# "created_at": "2026-04-11T12:00:00Z"
# }Available Endpoints
POST
/v1/avatars5 crPOST
/v1/avatars/scene3 crPOST
/v1/scenes3 crPOST
/v1/video10 crGET
/v1/avatars/{id}FreeGET
/v1/avatarsFreeGET
/v1/creditsFreeDELETE
/v1/avatars/{id}FreeAPI Usage This Month
Avatar Generations47/200
Scene Generations23/100
Video Renders8/50
API Calls Total312/1000
Webhooks
https://yourapp.com/webhooks/aiavatar.created active
https://yourapp.com/webhooks/exportexport.completed active
Rate Limits (Pro)
Avatars / minute10
Scenes / minute20
Videos / hour5
API calls / day1,000