Skip to main content
POST
/
utils
/
media
/
images
/
process
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "processed": [
      {}
    ],
    "errors": [
      "<string>"
    ],
    "success_count": 123,
    "error_count": 123,
    "activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Body

multipart/form-data
images
file[]

Array of image files

image_urls
string[]

Array of image URLs

operations
object[]

Array of operations to apply

keep_forever
boolean

Keep images permanently

Example:

false

Response

Images processed successfully

success
boolean
Example:

true

data
object