POST Review critical image evaluation findings
POST /console/upload/objects/{objectId}/image-eval-review: Review critical image evaluation findings. Accept or deny object upload resumption after image
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/console/post-console-upload-objects-objectId-image-eval-review.md for this page in Markdown format
POST
Try it out https://api.rooom.com/console/upload/objects/{objectId}/image-eval-reviewScopes
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 |
|---|---|---|---|
actionrequiredExample: accept | string | Action to perform: accept to resume AI model generation, deny to mark upload as failed | acceptdeny |
Responses
200Successfully processed image evaluation review
400Bad Request - Invalid action or status
401Unauthorized - Authentication required
404Object Not Found
500Internal server error - Validation or access error
POST /console/upload/objects/{objectId}/image-eval-review Review critical image evaluation findings Accept or deny object upload resumption after image evaluation found critical threats Required scopes: product:write objectId Unique identifier of the uploaded object action Action to perform: accept to resume AI model generation, deny to mark upload as failed