Annotations
Get an Annotation
Retrieve an Annotation from its id
.
GET
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Query Parameters
The unique identifier of the annotation.
Example:
"overall_quality"
Response
200
application/json
Completed annotation.
Represents a generic annotation.
Unique identifier for the annotation.
Example:
"overall_quality"
Key for the annotation.
Example:
"formatting"
The type of the value and the possible_values, if they exist.
Title of the annotation.
Example:
"Overall Response Score"
Further details about the question.
Example:
"How would you rate the entire response overall?"
String representation of the possible options.
A string representation of the annotation.
Example:
["Major Issues", "Minor Issues", "No Issues"]
Integer type annotation value.
Example:
3
The possible values for this annotation.
Integer type annotation value.