curl https://api.intellibase.dev/api/v1/ontologies \ -H "Authorization: Bearer ib-your-api-key"
{ "ontologies": [ { "id": "ont-abc123", "name": "Software Engineering", "created_at": "2024-01-15T10:30:00Z" }, { "id": "ont-def456", "name": "Customer Support", "created_at": "2024-01-10T09:00:00Z" } ] }
Retrieve all ontologies in your account
Documentation IndexFetch the complete documentation index at: https://docs.intellibase.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.intellibase.dev/llms.txt
Use this file to discover all available pages before exploring further.
GET https://api.intellibase.dev/api/v1/ontologies
Show Ontology Summary