Bulk Annotate Spans

Submit annotations and notes for multiple observation spans in a single request.

POST https://api.futureagi.com/tracer/bulk-annotation/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

records array of objects Required

Array of annotation records (max 1,000)

observation_span_id UUID Required

The observation span to annotate

annotations array of objects Optional

Annotations for this span (max 20 per record)

annotation_label_id UUID Required

The annotation label UUID

annotator_id UUID Required

The annotator’s user UUID

value any Required

The annotation value

notes array of objects Optional

Notes for this span (max 20 per record)

text string Required

The note text

annotator_id UUID Required

The annotator’s user UUID

GET /
Authentication
REQUEST
 
RESPONSE