Authentication
Authentication
Every request sent to Scale’s API requires authentication. In short, your API Key is the Bearer token. See the Authentication section for more details.
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
Completed annotation.
- Integer
- Boolean
- Text
- Category
- Category-Multiple
- File
- Workspace Container
- Ranked Choices
- Ranked Groups
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.