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

# Overview

> Sidenet REST API reference

The Sidenet API is a REST API served over HTTPS. All endpoints are relative to the base URL:

```text theme={null}
https://api.sidenet.ai
```

## OpenAPI Specification

The full API is described by an OpenAPI 3 specification, which you can use to generate clients or import into tools like Postman:

<Card title="openapi.json" icon="file-code" href="/api-reference/openapi.json">
  Download the OpenAPI JSON spec
</Card>
