Image models › Ideogram
Ideogram V3 Edit
Image generation by ideogram/v3-edit ## Create Task Use this endpoint to create a new image editing generation task. <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> After submission, use the unified query endpoint to check task progress and retrieve results </Card> For production use, we recommend providing the `callBackUrl` parameter so your service can receive completion notifications instead of polling for task status. ## Related Resources <CardGroup cols={2}> <Card title="Model Marketplace" icon="lucide-store" href="/market/quickstart"> Explore al
image Ideogram price on request
Request
POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json
{
"callback_url": "https://your-app.example/callbacks/video-blade",
"input": {
"image_url": "\u2026",
"mask_url": "\u2026",
"prompt": "\u2026"
},
"model": "ideogram-v3-edit"
}
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
prompt |
string | required | The prompt to fill the masked part of the image. Maximum length: 5000 characters. |
image_url |
string | required | The image URL to generate an image from. Needs to match the dimensions of the mask. - Please provide the URL of the uploaded file, not raw file content - Accepted types: `image/jpeg`, `image/png`, `image/webp` - Max size: 10.0MB |
mask_url |
string | required | The mask URL to inpaint the image. Needs to match the dimensions of the input image. - Please provide the URL of the uploaded file, not raw file content - Accepted types: `image/jpeg`, `image/png`, `image/webp` - Max size: 10.0MB |
rendering_speed |
string | optional | The rendering speed to use. Default value: `BALANCED`. - `TURBO`: Turbo - `BALANCED`: Balanced - `QUALITY`: Quality Values: TURBO, BALANCED, QUALITYDefault:
BALANCED |
expand_prompt |
boolean | optional | Determine if MagicPrompt should be used in generating the request or not. Default value: `true`. - Boolean value: `true` / `false` Default:
True |
seed |
integer | optional | Seed for the random number generator. |
Pricing
Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.