Gateway APIs
Create Image Variation
Create variations of an existing image.
POST
Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Headers
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer authentication header |
| Content-Type | string | Yes | Must be multipart/form-data |
Form Data
| Parameter | Type | Required | Description |
|---|---|---|---|
| image | file | Yes | Source image file (PNG only, must be square, max 4MB) |
| model | string | Yes | Model identifier (e.g., dall-e-2) |
| n | integer | No | Number of variations to generate (1-10). Default: 1 |
| size | string | No | Image size: 256x256, 512x512, 1024x1024. Default: 1024x1024 |
| response_format | string | No | Response format: url or b64_json. Default: url |
| user | string | No | Unique identifier for end-user |
Supported Providers
OpenAI
DALL-E 2 for creating image variations
Azure OpenAI
Enterprise DALL-E 2 with secure deployments