Component Libraries •
Project Templates
Docs •
Install •
Tutorials •
Developer Guides •
Contribute •
Blog •
Discord
Xircuits Component Library for HTTP Requests! Easily send GET requests and process responses.
This library enables Xircuits to perform HTTP GET requests seamlessly within workflows. It allows fetching data from web APIs and processing the responses efficiently.
Before you begin, you will need the following:
- Python 3.9+.
- Xircuits.
Performs a GET request to a specified URL and returns the response as a string.

To use this component library, ensure that you have an existing Xircuits setup. You can then install the HTTP Request library using the component library interface, or through the CLI using:
xircuits install http-requests
You can also install it manually by cloning the repository:
# base Xircuits directory
git clone https://github.com/XpressAI/xai-http-requests xai_components/xai_http_requests
pip install -r xai_components/xai_http_requests/requirements.txt