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.