n8n-nodes-rapidapi
v0.1.1
Published
Consume any API from RapidAPI
Maintainers
Keywords
Readme
n8n-nodes-rapidapi
This is an n8n community node. It lets you consume any API from RapidAPI in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Usage
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
RapidAPI API
- Sign up or log in to RapidAPI.
- Subscribe to an API you want to use.
- Go to the API's endpoint page to find your
X-RapidAPI-Key. - In n8n, create a new credential for RapidAPI API.
- Paste your
API Keyinto the credential field.
Usage
This node allows you to make generic HTTP requests to RapidAPI endpoints.
Parameters
- Method: The HTTP method to use (GET, POST, PUT, PATCH, DELETE).
- URL: The full URL of the RapidAPI endpoint (e.g.,
https://api-name.p.rapidapi.com/endpoint). - Query Parameters: Add key-value pairs for query parameters.
- Headers: Add custom headers if required (Note:
x-rapidapi-keyis handled automatically by credentials). - Body: (For POST, PUT, PATCH) standard JSON body.
Compatibility
- n8n version: 1.0.0+
