Assign submissions to a reviewer
Authorization
bearerAuth AuthorizationBearer <token>
An organization API key (osk_…)
In: header
Path Parameters
eventId*string
roundId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/events/string/review-rounds/string/assignments" \ -H "Content-Type: application/json" \ -d '{ "eventMemberId": "string", "submissionIds": [ "string" ] }'{ "created": 0, "skipped": 0}Add a reviewer to a round POST
Provisions the reviewer (inviting them by email if they have no account) and emails their access path.
Auto-distribute submissions across reviewers POST
Fills the round's review quorum breadth-first, preferring track affinity while honoring caps and conflicts. Set dryRun to preview without inserting.