> For the complete documentation index, see [llms.txt](https://docs.wallid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wallid.io/certishop-sdk/intro.md).

# Intro

You can interact with the WlliD-CertiShop API through HTTP requests via our official libraries.

To install the official Node.js library, run the following command in your Node.js project directory:

```sh
npm install wallid-certishop
```

To install the official Python library, run the following command in your python project directory:

```sh
pip install wallid-certishop
```
