API ReferenceHallucination Config
Get Default Config
Get the default hallucination labels used by the platform.
View the built-in labels and their descriptions. These are used when your workspace doesn't have a custom configuration. No authentication required.
Response Body
application/json
curl -X GET "https://loading/v1/hallucination-configs/default"{
"labels": [
{
"name": "string",
"description": "string"
}
],
"domain_context": "string"
}