post-generate-custom
Generate custom AI content using specific models by providing model inputs retrieved from the Scenario.com API, supporting various media types like images, video, audio, and 3D.
Instructions
Generate with any model (Image, Video, Audio, 3d).
You can retrieve the model inputs from the GET /models/{modelId} endpoint.
Note: This endpoint is not available yet for SD1.5, SDXL, Flux.1 and Flux.1-Kontext based models. For these models, use the POST /generate/{inferenceType} endpoint. Ex: POST /generate/txt2img or POST /generate/prompt-editing
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| modelId | Yes | ||
| body | Yes | The request body for the custom generation must be retrieve from GET /models/{modelId} inputs fields |