API Overview
Authentication
Affinda's API users basic authentication using an API key. Each Affinda user will have an individual API key which can be found within your profile settings.
Send Authorization in the header containing the word Bearer followed by a space and a Token String.
Client Libraries
Affinda maintains several open-source client libraries that we recommend customers use, making it easy to use the API from C#/.NET, Java, Python, and Node.js. Each library is a thin wrapper around the API that handles making the requests, as well as authentication and signing. The libraries are fully documented in their READMEs on GitHub.
To find the most up-to-date information on our client libraries, please refer to our documentation. However for quick reference, below is links to our GitHub repositories for each client library.
- Python: GitHub link
- Javascript: GitHub link
- .NET: GitHub link
- Java: GitHub link
Updated almost 2 years ago