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

# ReDoc

> Clean, read-only API reference documentation

ReDoc renders the same OpenAPI spec as Swagger UI, but as a clean three-panel
reference document — ideal for reading carefully, printing, or sharing with
non-technical stakeholders.

**URL:** `https://api.law4devs.eu/redoc`

## Swagger UI vs ReDoc

|                                 |     Swagger UI    |       ReDoc       |
| ------------------------------- | :---------------: | :---------------: |
| Interactive "Try it out"        |         ✓         |         —         |
| Read request/response schemas   |         ✓         |         ✓         |
| Clean print / PDF export        |         —         |         ✓         |
| Deep-link to specific endpoints |         —         |         ✓         |
| Best for                        | Engineers testing | Reviews & sharing |

## Navigating ReDoc

ReDoc organises endpoints in a left sidebar grouped by tag. Click any endpoint
to jump directly to its documentation. The right column always shows example
request and response payloads.

**Direct link to an endpoint:** append the anchor to the URL, for example:

```
https://api.law4devs.eu/redoc#tag/Frameworks/operation/list_frameworks
```

## Sharing with Stakeholders

ReDoc is the recommended view to share with compliance officers, legal teams,
or product managers who need to understand the API without running code.
The layout is clean and printable — use your browser's Print → Save as PDF
for a permanent offline copy.
