Skip to main content

Overview

Every request to the ProWebLook API must include a valid API key. Authentication is performed via a query parameter or request body field named api_key.
Keep your API key confidential. Do not expose it in client-side code, public repositories, or logs.

Passing Your API Key

You can pass the API key in two ways:
Append api_key as a URL query parameter:

Error Responses

Example: Invalid API Key

Example: Insufficient Credits

Getting Your API Key

  1. Sign up or log in at proweblook.com
  2. Navigate to Dashboard → API Keys
  3. Copy your key and store it securely (e.g., in an environment variable)