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

# Libraries

> Official client libraries for the getimg.ai API.

Use an official client library to call the getimg.ai API from your language of choice.

<CardGroup cols={2}>
  <Card title="Node.js" icon="node-js" href="https://github.com/getimg-ai/getimg-node">
    Official TypeScript and JavaScript client. Install from [npm](https://www.npmjs.com/package/getimg-ai).

    ```bash theme={null}
    npm install getimg-ai
    ```
  </Card>

  <Card title="Python" icon="python" href="https://github.com/getimg-ai/getimg-python">
    Official Python client. Install from [PyPI](https://pypi.org/project/getimg/).

    ```bash theme={null}
    pip install getimg
    ```
  </Card>
</CardGroup>

If you prefer raw HTTP, use the examples in [Quickstart](/guides/quickstart) and the generation guides.
