Authentication
Learn how to authenticate your API requests using Bearer tokens.
Bearer Token Authentication
All API requests require authentication using a Bearer token in the Authorization header.
Loading code...
Examples
cURL
Loading code...
JavaScript
Loading code...
Security Note
Never expose your API key in client-side code or commit it to version control. Always use environment variables or secure secrets management.
PageSight