> ## 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

Welcome to Fintoc! 👋 Here you will find everything you need to use our API. We try to maintain the documentation as helpful as possible, but if you still have trouble understanding something you can contact us at [dudas@fintoc.com](mailto:dudas@fintoc.com) or via Intercom (the bubble at the bottom right corner).

We answer fast! ⚡️

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

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

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

```text Ruby theme={null}
gem 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.
