Knowledge
Check Output Grounding
Verify that an AI output is grounded in documents from the knowledge base
POST
Check Output Grounding
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Verify that an AI output is grounded in documents from the knowledge base
curl --request POST \
--url https://evalgate.com/api/knowledge/grounding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output": "<string>",
"documentIds": [
123
],
"threshold": 0.5
}
'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}curl --request POST \
--url https://evalgate.com/api/knowledge/grounding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output": "<string>",
"documentIds": [
123
],
"threshold": 0.5
}
'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}