Skip to main content

Base URL

All API endpoints are prefixed with this base URL. Authentication is required for all requests.

Authentication

Include your API key in the x-api-key header with every request:
See the Authentication guide for more details.

Endpoint Categories

Web Scraping

Twitter

Common Patterns

Pagination

Most list endpoints support cursor-based pagination. The response includes a next_cursor field that you can pass to the cursor parameter to fetch the next page.

Error Handling

All errors return a JSON object with a detail field:

Credits

All endpoints cost 1 credit per request. Failed requests (4xx/5xx) do not consume credits. See Credits & Pricing for details.