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.
Unique key of the image.
Delete image
DELETE /images/<image_key>
Delete an image.
Unique key of the image.
