Authentication is simple and explicit. Every request must include a single header named X-API-Key. Keys are created and managed in your dashboard at https://uapi.nl/. Treat keys like passwords and never expose them in client-side code.Documentation Index
Fetch the complete documentation index at: https://docs.uapi.nl/llms.txt
Use this file to discover all available pages before exploring further.
Account credential that authorizes usage and ties requests to your plan.
Key management and rotation
Keys can be created, disabled, and deleted in the dashboard. To rotate a key without downtime:- Create a new key in https://uapi.nl/api/.
- Deploy your services with both keys accepted during a short transition window.
- Remove the old key from all deployments.
- Disable or delete the old key in the dashboard.