Skip to content

Sign Cloudinary Request

This endpoint creates an upload signature for Cloudinary. This is used to upload images to the Lumen Insight system.

public_id UUID of the image.
This is the same UUID used in the “backgroundImageUuid” and “logoImageUuid” fields of the featured items.

upload_preset “featured-company-logo” or “featured-company-full”.

This endpoint requires authentication. You must include a valid API key in the request header. Permission(s) Required: EDIT_FEATURED_ITEMS

{
"signature": string,
"timestamp": timestamp,
"apiKeyId": string
}

signature Generated one-time signature used to authenticate the upload request to Cloudinary.

timestamp Unix Epoch format (millis).

apiKeyId Another paramater used to authenticate the upload request to Cloudinary.