REST API methods for interacting with Phoenix spans
If true, fulfill request synchronously.
false
POST /v1/span_annotations HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 193 { "data": [ { "span_id": "text", "name": "text", "annotator_kind": "LLM", "result": { "label": "text", "score": 1, "explanation": "text" }, "metadata": { "ANY_ADDITIONAL_PROPERTY": "anything" }, "identifier": "text" } ] }
Span annotations inserted successfully
{ "data": [ { "id": "text" } ] }
Last updated 21 days ago
Was this helpful?