API Documentation

Importantly, our customer-facing API products are in Beta. Our enhancements to the developer experience might incur breaking changes in the future.

Our API documentation (documentation exists for every public-facing API endpoint) is now accessible to all customers or prospects. 

Credo AI was built with an API-first architecture which means developers can access, update, and populate quite a lot by calling our APIs.

Our API documentation is currently stored in a swagger file. To access it we recommend using either:

Swagger Chrome Extension

Install the Swagger Chrome extension if you haven’t already to render the Swagger file.

https://api.credo.ai/swagger.json

Jupyter Notebook Demonstration

A hands-on introductory demonstration of the API capabilities with Python is available here.