/image/upload
Cloudinary image upload.
POST
geolytix.xyz/api/location/edit/images/upload
This endpoint allows to upload an image blob to the Cloudinary image hosting service. An image must be provided as a data blob in the post body.
Query Parameters
Name
Type
Description
dbs
string
The database connection for the location table.
table
string
The location table.
field
string
The array field which stores image URL.
qID
string
The id field for the location table.
id
string
The id of the location.
token
string
A signed token is required to access private endpoints.
In order for an image to be stored on the Cloudinary image hosting platform the image key with a valid Cloudinary connection string must be provided in the environment settings.
Last updated