Generate influencer video

POST/api/v2/influencers/video
sync

Generate a video of a trained influencer using AI-powered planning + Studio 1 frame generation + Veo 3.1 Quality video. Includes voice conversion if the influencer has a trained voice.

curl -X POST "https://influencerstudio.com/api/v2/influencers/video" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "influencer_id": "your-influencer-id",
  "prompt": "Influencer walking on beach, picks up product, shows it to camera",
  "dialog": "Hey everyone! Check out this amazing new product!",
  "product_image": "https://example.com/image.jpg",
  "outfit_image": "https://example.com/image.jpg",
  "location_image": "https://example.com/image.jpg",
  "aspect_ratio": "9:16",
  "workspace_id": "workspace_id_example"
}'