> For the complete documentation index, see [llms.txt](https://docs.forefront.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forefront.ai/api-reference/introduction.md).

# Introduction

You can interact with the Forefront API through HTTP requests from any language or via our official Python or Typescript package.

To install the SDK, run the following command:

{% tabs %}
{% tab title="Python" %}

```
pip install forefront
```

{% endtab %}

{% tab title="Node.js" %}

```
npm i forefront
```

{% endtab %}
{% endtabs %}
