Authentication
All API endpoints require authentication using Bearer tokens. You’ll need to include your API key in the Authorization header:Base URL
All API requests should be made to:Rate Limiting
Each account has a credit-based system. Different operations consume different amounts of credits:- Scrape endpoint: 1 credit per request
- Map endpoint: 5 credits per request
- Summarize endpoint: 2 credits per 10,000 tokens
- OCR endpoint: 2 credits per 10,000 tokens
- Extract entities endpoint: 2 credits per 10,000 tokens
- Sentiment analysis endpoint: 2 credits per 10,000 tokens
New accounts receive 100 free credits upon signup.