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

# Introduction

SPIN REST API provides a way to interact with SPIN from external applications.

## Authentication

Pass your JWT token in the `Authorization` header.

```
Authorization: Bearer <your-jwt-token>
```
