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
Ontology created successfully
The response is of type object.
object