# Create a new ontology Endpoint: POST /accounts/{accountId}/ontologies Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" ## Request fields (application/json): - `name` (string, required) Name of the ontology Example: "Research Document Ontology" - `description` (string, required) Description of the ontology Example: "An ontology for classifying research documents" ## Response 201 fields (application/json): - `id` (string, required) Example: "123e4567-e89b-12d3-a456-426614174001" - `name` (string, required) Example: "Research Document Ontology" - `description` (string, required) Example: "An ontology for classifying research documents" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" - `updatedAt` (string,null, required) Example: "2024-01-15T14:30:00Z" ## Response 400 fields ## Response 401 fields