Skip to main content
Before you begin!
Visit the Wetrocloud console to get your API key. If you have trouble obtaining it, refer to this guide.
The WetroCloud API provides powerful data extraction capabilities that allow you to extract structured data from any website using AI. Simply provide a URL, describe what you want to extract, and define your desired output schema.

Sample Requests

We provide sample API calls next to each method, using cURL, Python, and JavaScript. Simply replace the placeholders with your specific parameters and test the calls directly.
Important!
Always prefix your API key with Token (including a space). Example: Token YOUR_API_KEY. Requests without this format will be rejected.

Getting Started

The API is designed to be simple and straightforward:
  1. Authenticate: Include your API key in the Authorization header
  2. Make a request: Send a POST request with your extraction parameters
  3. Receive structured data: Get back JSON-formatted data matching your schema

Base URL

All API endpoints are prefixed with:
https://api.wetrocloud.com

Authentication

All requests require authentication using an API key. Include it in the Authorization header:
Authorization: Token YOUR_API_KEY

Rate Limits

Please refer to your plan details in the Wetrocloud Console for rate limit information.