Face Generation
POST/api/v2/face-generationEach face image is priced at the underlying provider's rate (~18–60 credits per face).
Generate diverse face images by spreading the request across multiple AI providers. Batch up to 10 faces per request.
Request body
promptText description of the face to generate (e.g. 'beautiful woman with green eyes, natural lighting').
negative_promptbatchgenderethnicityhair_colorseedworkspace_id Sign in to run the playground
Request example
curl -X POST "https://influencerstudio.com/api/v2/face-generation" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Output
Run the model to see results
Real outputs will stream into this panel as the request completes.