POST
/api/v1/cats/{id}/grade-all
curl \
--request POST 'http://localhost:3500/api/v1/cats/123e4567-e89b-12d3-a456-426614174000/grade-all'
Response examples (200)
{
"catId": "...",
"errors": 0,
"message": "Batch grading completed",
"processed": 5,
"autoGraded": 3,
"totalFound": 5,
"needsManual": 2
}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}