POST
/
ontology
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>"
}

Authorizations

API-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Ontology created successfully

The response is of type object.