Media
Was this helpful?
Was this helpful?
Deletes label image with specified media ID. This endpoint is deprecated
. Please use media-service
instead.
label.label_manage
Unique identifier of the media.
DELETE /label/media/{mediaId} HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Creates an image for a label. This endpoint is deprecated
. Please use media-service
instead.
label.label_manage
POST /label/media HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 29
{
"file": {},
"metadata": "text"
}
{
"link": "https://res.cloudinary.com/saas-ag/image/upload/v1728023450/tenant/labels/0a075c00-3893-47e7-b0d7-84f9ba7e339a.jpg",
"id": "tenant/labels/0a075c00-3893-47e7-b0d7-84f9ba7e339a"
}