curl --request POST \
--url https://api.example.com/v1/session_annotations \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"name": "<string>",
"annotator_kind": "LLM",
"session_id": "<string>",
"result": {
"label": "<string>",
"score": 123,
"explanation": "<string>"
},
"metadata": {},
"identifier": ""
}
]
}
'{
"data": [
{
"id": "<string>"
}
]
}curl --request POST \
--url https://api.example.com/v1/session_annotations \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"name": "<string>",
"annotator_kind": "LLM",
"session_id": "<string>",
"result": {
"label": "<string>",
"score": 123,
"explanation": "<string>"
},
"metadata": {},
"identifier": ""
}
]
}
'{
"data": [
{
"id": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?