Guide

Authentication

Understand how authentication is handled for EUVD endpoints and how to structure secure requests.

Quick links

API reference Explore docs
Examples View code

Overview

EUVD endpoints are designed for public access. If authentication is introduced, expect token-based headers and rate-limiting tied to API keys.

Best Practices

Cache responses, avoid sharing keys in client-side code, and back off on repeated 429 responses if rate limits apply.