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
base64
string
required

Base64 encoding of the image

Example:

"data:image/png;base64,xxx1"

url
string

Image URL, at least one of url or base64 parameters must have a non-empty value

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