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

# Introduction

> Legacy v2023-11-15 overview of the Fintoc REST API: base URL, JSON responses, HTTP status codes, and the Node and Python SDK installation commands.

Welcome to Fintoc 👋 Here you will find everything you need to use our API. If you have trouble understanding something, contact us at [dudas@fintoc.com](mailto:dudas@fintoc.com) or via Intercom (the bubble at the bottom right corner).

```text Base URL theme={null}
https://api.fintoc.com
```

```bash Node theme={null}
npm install fintoc
```

```bash Python theme={null}
pip install fintoc
```

The Fintoc API is a [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API. It returns only [JSON](http://www.json.org/) responses with [HTTP codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) to indicate success or failure. Every request must include the `Content-Type` header set to `application/json`, and the request body must be valid JSON.
