Skip to main content
The Image resource lets you upload images — either by uploading a file directly or from a URL — and manage them.

Sample payload

Endpoints

Upload an image file

POST /images Upload an image by sending the file as multipart form data.

Upload an image from a URL

POST /images/upload_from_url Upload an image by referencing a remote URL.

Get image

GET /images/<image_key> Retrieve an image by its key.
image_key
string
required
Unique key of the image.

Delete image

DELETE /images/<image_key> Delete an image.
image_key
string
required
Unique key of the image.