Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 737 Bytes

Abacus.AI API Python API Client PyPI version

The official Python API Client Library for Abacus.AI.

Install

$ pip install abacusai

Documentation

Function Documentation: https://abacusai.github.io/api-python/autoapi/abacusai/index.html

For a full list of APIs and code snippet examples, see the Abacus.AI Documentation.

Getting Started

Calling an API

To call an API, you must first instantiate an ApiClient.

from abacusai import ApiClient
client = ApiClient('YOUR_API_KEY')

License

MIT