Skip to main content

Priority

Prioritizes the processing of a specific item, moving it to the front of the processing queue.

Parameters

  • uuid: A unique identifier for the image of this request. THE UUID SHOULD MATCH THE ID YOU UPLOAD. This uuid task will always jump to the first queue for processing.

Request

GET /garment-tagging/priority?uuid={uuid}

Headers

KeyValueDescription
API-KEYYOUR_API_KEYAuthentication key for the API
DOMAINYOUR_DOMAINDomain identifier for tenant isolation

Responses

200 OK

{
"status": true,
"data": {},
"error": [],
"message": "success!"
}