POST Process uploaded object action
Execute a review action on an uploaded object. Required scopes: product:write
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/console/post-console-upload-objects-objectId.md for this page in Markdown format
POST
Try it out https://api.rooom.com/console/upload/objects/{objectId}Scopes
product:writeParameters
Path Parameters
| Name | Type | Description |
|---|---|---|
objectIdrequiredExample: 507f1f77bcf86cd799439011 | string | Unique identifier of the uploaded object |
Body required
multipart/form-data| Name | Type | Description | Values |
|---|---|---|---|
accepted_priceExample: 4990 | integer | Price in cents. When set, immediately authorises the refinement. | |
actionExample: accept | string | Action to perform on the object | requestacceptdeny |
commentExample: Object meets quality standards and is approved for processing | string | Optional comment explaining the action |
Responses
200Action processed successfully
400Bad Request
401Unauthorized
500Internal server error
POST /console/upload/objects/{objectId} Process uploaded object action Execute a review action on an uploaded object. Required scopes: product:write objectId Unique identifier of the uploaded object accepted_price Price in cents. When set, immediately authorises the refinement. action Action to perform on the object comment Optional comment explaining the action