cURL
curl --request POST \ --url https://api.praxos.ai/ontology \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "schemas": {} }'
{ "id": "<string>", "name": "<string>", "description": "<string>" }
Create a new ontology
API key for authentication
Name of the ontology
JSON Schema for the ontology
Description of the ontology
Ontology created successfully
Unique identifier of the ontology