Sign Cloudinary Request
GET /api/upload/sign
Section titled “ /api/upload/sign”This endpoint creates an upload signature for Cloudinary. This is used to upload images to the Lumen Insight system.
Query Parameters
Section titled “Query Parameters”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”.
Security
Section titled “Security”This endpoint requires authentication. You must include a valid API key in the request header. Permission(s) Required: EDIT_FEATURED_ITEMS
Response Body
Section titled “Response Body”{ "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.