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

# Overview

folk exposes a REST API that is organized around predictable resource-oriented URLs, accepts and returns JSON-encoded payloads, and uses standard HTTP response codes, authentication, and verbs.

The base URL for the API is

```
https://api.folk.app
```

All API requests must be made over HTTPS. Calls made over plain HTTP will fail.
