Skip to main content
POST
/
image
/
upload
cURL
curl --request POST \
  --url https://api.example.com/image/upload \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "urls": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Mynth API key sent as Authorization: Bearer <api-key>.

Response

200 - application/json

Upload input images

data
object
required