Before you begin!
Visit the Wetrocloud console to get your API key. If you have trouble obtaining it, refer to this guide.
Visit the Wetrocloud console to get your API key. If you have trouble obtaining it, refer to this guide.
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.Getting Started
The API is designed to be simple and straightforward:- Authenticate: Include your API key in the
Authorizationheader - Make a request: Send a POST request with your extraction parameters
- Receive structured data: Get back JSON-formatted data matching your schema
Base URL
All API endpoints are prefixed with:Authentication
All requests require authentication using an API key. Include it in theAuthorization header: