Generate influencer look preview
generate_influencer_lookGenerate a single cheap 'look preview' portrait for an influencer so the user can approve the face BEFORE the full vault build (which then seeds from this look so the whole vault matches). SPENDS 1 credit (refunded on failure). Returns the preview image and its vault asset id. To anchor the look to the user's own photo, first call attach_influencer_reference and pass its returned asset id as seedImageAssetId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Optional extra steer for the look (e.g. 'soft morning light, casual') | |
| influencerId | Yes | Influencer id from list_influencers | |
| seedImageAssetId | No | Optional image asset id from attach_influencer_reference to anchor the exact identity. Prefer seedImageAssetIds. | |
| seedImageAssetIds | No | Up to 4 image asset ids from attach_influencer_reference, all of the SAME person from different angles. The first is the primary likeness. More angles give a markedly closer match than one photo. |