> ## Documentation Index
> Fetch the complete documentation index at: https://docs.affinda.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.affinda.com/feedback

```json
{
  "path": "/reference/client-libraries",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Client Libraries

> Use Affinda's open-source client libraries to integrate the API quickly from Python, JavaScript, TypeScript, .NET, and Java applications.

Affinda maintains several open-source client libraries that we recommend customers use. These libraries make 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 requests, authentication, and signing. The libraries' READMEs on GitHub fully document them.

Client libraries are available for the following languages:

* [<u>Python</u>](https://github.com/affinda/affinda-python)
* [<u>Javascript</u>](https://github.com/affinda/affinda-typescript)
* [<u>.NET</u>](https://github.com/affinda/affinda-dotnet)
* [<u>Java</u>](https://github.com/affinda/affinda-java)
