Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 932 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 932 Bytes

Abacus.AI API Python API Client PyPI version

The official Python API Client Library for Abacus.AI.

Install

$ pip install abacusai

Getting Started

Calling an API

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

Documentation

License

MIT