The official Python API Client Library for Abacus.AI.
$ pip install abacusai
To call an API, you must first instantiate an ApiClient
.
from abacusai import ApiClient
client = ApiClient('YOUR_API_KEY')
You can find your API key from here: API KEY
- Python SDK Documentation: Abacus.AI Python SDK
- Full list of API's and examples: Abacus.AI APIs Reference
- Python usage examples: Examples Repository