Getting Started
Get up and running with the PageSight API in minutes.
Prerequisites
What You Need
A PageSight account (sign up for free)
An API key from your dashboard
Basic knowledge of HTTP requests
Authentication
All API requests require authentication using a Bearer token in the Authorization header.
Getting Your API Key
- Sign up or log in to your PageSight account
- Navigate to Dashboard → API Keys
- Click Create API Key and give it a name
- Copy your API key immediately (you won't be able to see it again)
Security Best Practice
Never commit your API key to version control. Store it in environment variables or a secure secrets manager.
Your First Request
Let's make a simple request to extract metadata from a webpage.
Loading code...
Response
Example Response
Loading code...
Next Steps
Explore API Reference
Learn about all available endpoints and parameters
View Code Examples
See examples in your preferred programming language
PageSight