Law4Devs supports cross-origin requests so you can call the API directly from browser applications. CORS is configured at the infrastructure level — no extra setup is needed for most use cases.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.
Allowed Configuration
| Property | Value |
|---|---|
| Allowed methods | GET, OPTIONS |
| Allowed origins | * |
| Allowed headers | Content-Type, Authorization, X-API-Key |
| Preflight cache | 3600 seconds (1 hour) |
The API is read-only — only
GET requests are permitted. OPTIONS is allowed for
CORS preflight checks.