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
| Key | Value | Description |
|---|---|---|
| API-KEY | YOUR_API_KEY | Authentication key for the API |
| DOMAIN | YOUR_DOMAIN | Domain identifier for tenant isolation |
Responses
200 OK
{
"status": true,
"data": {},
"error": [],
"message": "success!"
}