My App
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.

GET
/v1/hallucination-configs/default

Response Body

application/json

curl -X GET "https://loading/v1/hallucination-configs/default"
{
  "labels": [
    {
      "name": "string",
      "description": "string"
    }
  ],
  "domain_context": "string"
}