Skip to main content
POST

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Query Parameters

project_id
string

Optional project ID to apply project-rule-aware completion status

Body

application/json
simulation_output_id
string
required

Simulation output ID to link

Minimum string length: 1
metric_id
string
required

Metric ID to link

Minimum string length: 1
assignee
string
required

Email of the reviewer to assign

Minimum string length: 1
ground_truth_float_value
number<float> | null

Optional ground truth numeric value (auto-completes annotation)

ground_truth_string_value
string | null

Optional ground truth string value (auto-completes annotation)

ground_truth_subvalues_by_timestamp
object[] | null

Optional ground truth subvalues

reviewer_notes
string | null

Optional reviewer notes

priority
enum<string>
default:PRIORITY_STANDARD

Annotation priority level

Available options:
PRIORITY_PRIMARY,
PRIORITY_STANDARD

Response

Annotation created successfully

review_annotation
object
required

A single review annotation resource.