Studio
Request custom prompt image generation
Generates image(s) for the specified character using a custom text prompt. The prompt is composed with model-specific styling before generation.
post/v1/studio/custom-image
Request body
Example request
{
"modelId": "uuid",
"prompt": "Sitting on a park bench, wearing a fitted jumpsuit, with a confident smile.",
"count": 1
}Response
Custom image generation started successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.