Base URL
Authentication
Include your API key in thex-api-key header with every request:
Endpoint Categories
Web Scraping
Common Patterns
Pagination
Most list endpoints support cursor-based pagination. The response includes anext_cursor field that you can pass to the cursor parameter to fetch the next page.
Error Handling
All errors return a JSON object with adetail field:

