API Access

Integrate MyAIInfluencer into your workflows

API Access is a Pro Feature

Programmatically generate avatars, create content, and integrate MyAIInfluencer into your existing tools and workflows.

Upgrade to Pro — $30/mo

API Keys

Production Key

maii_live_sk_...8f3d
active
Created Apr 1, 2026 Last used 2 hours agoFull Access

Development Key

maii_test_sk_...2a1c
active
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 cr
POST/v1/avatars/scene3 cr
POST/v1/scenes3 cr
POST/v1/video10 cr
GET/v1/avatars/{id}Free
GET/v1/avatarsFree
GET/v1/creditsFree
DELETE/v1/avatars/{id}Free

API Usage This Month

Avatar Generations47/200
Scene Generations23/100
Video Renders8/50
API Calls Total312/1000

Webhooks

https://yourapp.com/webhooks/ai
avatar.created active
https://yourapp.com/webhooks/export
export.completed active

Rate Limits (Pro)

Avatars / minute10
Scenes / minute20
Videos / hour5
API calls / day1,000
Need higher limits? Enterprise →