Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dyor.io/llms.txt

Use this file to discover all available pages before exploring further.

The DYOR API uses HTTP Token Access Authentication over a secure HTTPS connection. To authenticate, you need to include your API key, provided by the DYOR team, in the HTTP request header. Use the Authorization header with the following format:
Authorization: Bearer {token}
Do not use your API key on the client side. Always secure it with server-side integration.