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

# API Reference

> Reference for documented SoluDesks REST APIs.

Use this section for HTTP methods, request schemas, response schemas, and interactive API exploration across documented SoluDesks API families.

## Base URL

```bash theme={null}
https://staging.api.soludesks.com
```

## Authentication

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```

## Response Envelope

All successful responses use this shape:

```json theme={null}
{
  "status": 200,
  "success": true,
  "code": "OK",
  "message": "Request completed successfully.",
  "data": {},
  "errors": []
}
```

The current reference covers LearnHub endpoints. Create requests require `Idempotency-Key` where shown.
