Get Started
Authentication
Learn how to authenticate with the API
About Abstract’s API keys
AbstractAPI only allows one key per API. Each API has a unique key for authentication.
Proceed to the signup page to create an account. You will be redirected to the dashboard where all API keys can be found.
How to obtain an API key
Locate an API key through the steps below:
- Hover around the left corner of your dashboard
- Select an API from the list
- An API key for the selected API will be displayed on the new page.
For example: Primary key: "6f2e9012d48f4e0bac70283244ade5e4"
The above API Key is invalid.
How to authenticate with an API key
Each API class in abstract-python
requires an api_key
to send queries. The key must belong to
the API you intend to use. Below is a snippet on how to use an api-key:
You can begin to call the methods available for the authenticated class.