Blend Images
Image Generation
Blend
Seamlessly combine 2-5 images into a single unique creation with AI-powered blending technology
POST
Blend Images
Turn multiple photos into a single unique creation using /blendDocumentation Index
Fetch the complete documentation index at: https://docs.legnext.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
| Header | Type | Required | Description |
|---|---|---|---|
x-api-key | string | Yes | Your API key |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
imgUrls | string[] | Yes | Array of 2-5 images to blend |
aspect_ratio | string | Yes | Aspect ratio: 2:3, 1:1, or 3:2. |
callback | string | No | Callback URL for task completion notifications |
Example Request
Response
Returns a task object containing the task information.This is the initial success response. Use the
job_id to check the task status via the Get Task endpoint to retrieve the completed result with image URLs.Authorizations
API key for authentication
Body
application/json
Response
Blend task created successfully