Create influencer
create_influencerCreate a new persistent AI influencer identity (the Influencer Vault equivalent of the dashboard's 'New influencer'). FREE — this just creates the profile row; generating the look (generate_influencer_look) and the vault (build_influencer_vault) are the steps that spend credits. Plan-gated: starter allows 1, pro 5, enterprise 10 (free tier: 0). Returns the new influencer id. To start from the user's own photo, call attach_influencer_reference next and pass its returned asset id to generate_influencer_look or build_influencer_vault as seedImageAssetId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the influencer | |
| brandId | No | Optional tenant brand id (from list_brands) to tie this influencer to. OMIT to make the influencer account-wide — it then draws on the account's main brand (your social brand) for content. Either way generate_influencer_snack has brand context; you don't need a tenant brand. | |
| persona | No | Personality / voice-of brief that drives content and captions | |
| realism | No | realistic (default) → swap into real footage; stylized → animate the character image | |
| voiceId | No | Optional default ElevenLabs voice id | |
| description | No | ||
| visualIdentity | No | Look description (appearance, style, vibe) used to generate the vault |