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
GET https://api.intellibase.dev/api/v1/ontologies
Show Ontology Summary