Create Annotation

View as Markdown

Path parameters

workspacestringRequired

Request

This endpoint expects an object.
feedbackobjectRequired

Thumbs-up / thumbs-down feedback on a span or session.

OR
labelobjectRequired

Categorical or numeric label attached to a span or session.

Use value_type=text for tag-style labels (e.g., regression, needs-review) and value_type=numeric for scored labels (e.g., a 1-5 helpfulness rating). Numeric labels must include a name to identify what the score measures.

OR
metadataobjectRequired

Structured key/value metadata attached to a span or session.

OR
noteobjectRequired

Free-text note attached to a span or session.

Response

Successful Response
feedbackobject

Thumbs-up / thumbs-down feedback on a span or session.

OR
labelobject
Categorical or numeric label attached to a span or session.
OR
metadataobject

Structured key/value metadata attached to a span or session.

OR
noteobject

Free-text note attached to a span or session.

Errors

422
Unprocessable Entity Error