Integrating Kimola API

1 min read - Created on Jul 18, 2022

Kimola Cognitive’s API is a JSON-based OAuth2 API. All requests are made to endpoints beginning: https://api.kimola.com/v1/cognitive. All requests must be secure, i.e. https, not http.

The Kimola Cognitive's API is a RESTful interface, providing programmatic access to much of the data in the system. It provides predictable URLs for accessing resources, and uses built-in HTTP features to receive commands and return responses.

The API accepts JSON or form-encoded content in requests and returns JSON content in all of its responses, including errors. Only the UTF-8 character encoding is supported for both requests and responses.

You can find the full documentation on our Github profile.