Skip to main content
POST
cURL

Authorizations

TT-API-KEY
string
header
required

You can obtain your API key from the TTAPI Dashboard.

Body

application/json
imgBase64Array
array
required

Base64 array of images to be blended

Example:
mode
enum<string>
required

Speed mode

Available options:
relax,
fast,
turbo
Example:

"fast"

dimensions
enum<string>

Aspect ratio for the generated image: PORTRAIT = 2:3, SQUARE = 1:1, LANDSCAPE = 3:2.

Available options:
PORTRAIT,
SQUARE,
LANDSCAPE
timeout
integer

Task timeout, unit: seconds, range 300 - 1200

Example:

"300"

hookUrl
string

Callback notification URL

Response

Request successful

status
string
required
Example:

"SUCCESS"

message
string
required
Example:

"success"

data
object
required
Example:
Last modified on March 21, 2026