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

This page introduces the Fintoc API, its base URL, SDK installation commands, and request format. For help, contact [dudas@fintoc.com](mailto:dudas@fintoc.com) or use the Intercom bubble in the bottom-right corner.

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

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

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

The Fintoc API follows [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) conventions and returns only [JSON](http://www.json.org/) responses. [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) indicate whether each request succeeds or fails. Requests with a body must include the `Content-Type` header set to `application/json`. The request body must contain valid JSON.
