Introduction
Learn how to easily integrate Retrieval Augmented Generation (RAG) into your applications.
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 access to core features for building RAG systems that you can integrate directly into your application. It follows a clean, organized structure around the main resources you’ll work with, designed to keep things simple and efficient.
Sample Requests
We provide sample API calls next to each method, using cURL. Simply replace the placeholders with your specific parameters and test the calls directly from the command line. If you’re new to cURL, check out this tutorial on using cURL with APIs.
If you’re more comfortable with graphical tools, you can also use Postman if you aren’t familiar with cURL. Postman is a user-friendly platform for developing and testing APIs. You can explore the Wetrocloud Postman Collection to see how our API works.
Important!
Always prefix your API key with Token
(including a space). Example: Token YOUR_API_KEY
. Requests without this format will be rejected.