Skip to main content

Timbr REST API

Users can query the Timbr REST API endpoints in order to query their knowledge graph through HTTP/S. The Timbr REST API is exposed either directly on the Timbr Platform or it may also be run separately on a Timbr REST API Service Kubernetes container.

  • The endpoint to query the API through the Timbr Platform is exposed through the path /timbr/api/
  • The endpoint to query the API through the Timbr REST API Service instance are exposed through the paths /timbr/api/ and /api/
  • The endpoints to query the API through the Timbr Swagger Service instance are exposed through
    • The path /timbr/openapi/swagger/ as the main Swagger UI page
    • The path /timbr/openapi/ontology/<ontology_name>/swagger.json as the Swagger JSON schema of a specific ontology
    • The path /timbr/openapi/swagger/?ontology=<ontology_name> as the Swagger UI for a specific ontology

Table of contents