Skip to main content
POST
Blend Images
Turn multiple photos into a single unique creation using /blend

Headers

Request Body

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

x-api-key
string
header
required

API key for authentication

Body

application/json
imgUrls
string<uri>[]
required

2-5 image URLs to blend

Required array length: 2 - 5 elements
aspect_ratio
enum<string>
required

Aspect ratio for the blended image

Available options:
2:3,
1:1,
3:2
callback
string<uri>

Callback URL for task completion notifications

Response

Blend task created successfully