Generate influencer snack pack
generate_influencer_snackKick off an ASYNC snack content pack generated IN THE VOICE OF a specific influencer (the '+ New content' action on the influencer's Content tab). Draws on the influencer's persona + vault assets. Brand context is automatic: if the influencer is tied to a tenant brand it uses that; if it's account-wide (no tenant brand) it falls back to the account's main brand (your social brand) — so you do NOT need to attach a brand first. (It only errors if the account has no brand at all, e.g. a brand-new un-onboarded account.) SPENDS CREDITS (the same flat snack-generation cost; comes back as creditsReserved, refunded on failure). Rate-limited to 10 packs/hour. Returns a jobId — poll get_influencer_snack until status is 'completed'. GENERATION TAKES AT LEAST ~2 MINUTES; don't poll as if it's instant. This is the influencer-scoped sibling of generate_snacks (which is brand-scoped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total snacks to request when using types. Use 5 for five carousels or five memes. | |
| types | No | Optional positive snack-type allow-list, e.g. ['slides'] or ['greenscreen-meme']. | |
| prompt | No | Optional creative steer for this pack (topic / angle / occasion) | |
| exclude | No | Optional snack types to exclude after applying types. | |
| influencerId | Yes | Influencer id from list_influencers |