# Redoc
Category: Web
| Runtime: 1.0
| Available: Free
# Overview
Redoc node will render interactive API documentation from OpenAPI definitions. The node generates the document from an endpoint that points to an OpenAPI specification file.
# Setup
# Prerequisites
NA
# Installation
To install the node from designer:
- Go to Add more nodes option on the palette section.
- Check for the Redoc node and click install.
- Once installed, the designer is required to be restarted.
To install the node from CLI:
- Go to your project workspace where you can see your
package.json
file. - Run the below give npm command.
npm i @kumologica/kumologica-contrib-redoc
# Technical Details
Properties
- Spec URL (Required)
Provide the endpoint that host the OpenAPI spec. eg : http://petstore.swagger.io/v2/swagger.json
Supported Operations NA
Throws
None
Returns
Payload is overwritten by the response from this node. The node return an html content having Redoc based API documentation.
← Redis Salesforce →