Skip to content

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

POSThttps://api.rooom.com/console/upload/objects/{objectId}/image-eval-review
Try it out
product:write

Parameters

Path Parameters

NameTypeDescription
objectIdrequired
Example: 507f1f77bcf86cd799439011
stringUnique identifier of the uploaded object

Body required

multipart/form-data
NameTypeDescriptionValues
actionrequired
Example: accept
stringAction to perform: accept to resume AI model generation, deny to mark upload as failedacceptdeny

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