Annotation
Start validation
Start reviewing annotation by the calling user. Can be called with statuses payload to specify allowed statuses for starting annotation. Returns 409 Conflict if annotation fails to be in one of the specified states.
post/api/v1/annotations/{annotationID}/start
Request body
Response
OK
Example response
{
"annotation": "https://example.rossum.app/api/v1/annotations/12345",
"session_timeout": "01:00:00"
}