✨ Create review

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Create a review for a specific annotation ID. Only allowed for organizations with reviewing features enabled.

Authentication

Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Query parameters

async_postprocessbooleanOptional
Whether to postprocess the review asynchronously.

Request

This endpoint expects an object.
annotationintegerRequired
Corresponding annotation
acceptedbooleanOptional

Accepted or rejected (if false) flag

commentstring or nullOptional>=1 character
last_annotation_historyinteger or nullOptional
remove_from_queueboolean or nullOptional
resultany or nullOptional
started_atdatetime or nullOptional

Response

annotationinteger
Corresponding annotation
created_atdatetimeRead-only
Creation time
created_byintegerRead-only
User who made this review
fixed_annotation_historyinteger or nullRead-only
Fixed annotation history item by the reviewer
idintegerRead-only
previous_annotation_historyinteger or nullRead-only
Previous annotation history item by the annotator
statestringRead-only
acceptedboolean or null

Accepted or rejected (if false) flag

last_annotation_historyinteger or null
remove_from_queueboolean or null
resultany or null
started_atdatetime or null