latestOpenAPI 3.0.02026-08-10380208.8 KB
806c6d31631b
Image Generation
Generate Image - Tailored Model
Description
Generates a new image using a tailored model.
This endpoint translates your input (prompt and/or structured_prompt) into a structured JSON prompt using the state-of-the-art Gemini 2.5 Flash VLM bridge. It internally uses the model's visual schema (backbone) to ensure the generated image matches your trained visual identity.
The response includes both the final image_url and the structured_prompt (JSON).
Input Combination Rules The request body must include one of the following mutually exclusive combinations:
- prompt: Generates a new image from text.
- structured_prompt: Recreates a previous image exactly (requires seed).
- structured_prompt + prompt: Refines a previous image using new text instructions.
post/image/generate/tailored
Headers
api_tokenstring required
Request body
Response
Successful operation (Synchronous).