Create influencer

POST/api/v2/influencers/create
sync

Create a new influencer from a set of images. The first image is used as the face image. Costs 250 credits.

curl -X POST "https://influencerstudio.com/api/v2/influencers/create" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "Sofia Martinez",
  "image_urls": [
    "https://influencer-studio.b-cdn.net/production/showcase/9b3a8348-c71f-403c-bf6c-65f5c2a9c5c6.jpg",
    "https://influencer-studio.b-cdn.net/production/showcase/9b3a8348-c71f-403c-bf6c-65f5c2a9c5c6.jpg",
    "https://influencer-studio.b-cdn.net/production/showcase/9b3a8348-c71f-403c-bf6c-65f5c2a9c5c6.jpg"
  ],
  "workspace_id": "workspace_id_example",
  "age": 25
}'

Join Influencer Studio Today

Start creating amazing AI-generated content for your brand