facts
List Fact Groups
interactions
documents
templates
alignment
classification
explainability
swagger
facts
List Fact Groups
GET
/
factgroups
curl --request GET \
--url https://api.{environment}.corti.app/v2/factgroups/
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"key": "<string>",
"translations": [
{
"id": 123,
"languages_id": "<string>",
"name": "<string>"
}
]
}
]
}
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:
"copiloteu"
Was this page helpful?
curl --request GET \
--url https://api.{environment}.corti.app/v2/factgroups/
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"key": "<string>",
"translations": [
{
"id": 123,
"languages_id": "<string>",
"name": "<string>"
}
]
}
]
}