voiden-rest-api

Construct and test REST API requests with response visualization.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/VoidenHQ/core-plugins --skill voiden-rest-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voiden-rest-api
Source: https://github.com/VoidenHQ/core-plugins/tree/main/src/voiden-rest-api
Command: npx skills add https://github.com/VoidenHQ/core-plugins --skill voiden-rest-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @voiden/sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of testing and editing REST APIs, providing a comprehensive set of features that enhance productivity and efficiency in API development workflows.

Core Features & Use Cases

  • HTTP Method Selection: Supports all major HTTP methods, including GET, POST, PUT, DELETE, and more.
  • API Testing: Offers a full suite of testing capabilities, including request editing, response visualization, and history API integration.
  • Custom Blocks: Provides custom blocks for building requests and visualizing responses, such as method, URL, headers, query params, and body.
  • Use Case: Imagine you are developing a REST API and need to test a specific endpoint. Use this Skill to construct the request, send it, and visualize the response directly within the editor.

Quick Start

Use the voiden-rest-api skill to create a new request for the endpoint 'https://api.example.com/users' with a POST method and a JSON body.

Frequently Asked Questions about voiden-rest-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test a REST API endpoint with a POST request and JSON body?

To test a REST API endpoint, use this Skill to construct a POST request, set the URL, configure headers, input the JSON body, and send it to visualize the response directly within your editor.

Can I import cURL commands to test REST APIs?

Yes, you can import cURL commands to test REST APIs. This Skill supports cURL import functionality, allowing you to quickly bring existing command-line API requests into the visual editor for further testing and editing.

Does this Skill support all HTTP methods for API development?

Yes, this Skill supports all major HTTP methods for API development, including GET, POST, PUT, and DELETE. You can select the required method when constructing your REST API requests for comprehensive testing.

How do I manage environment variables for REST API testing?

You manage environment variables for REST API testing using the built-in substitution feature. This allows you to dynamically swap variables like API keys and URLs across different environments without manually editing the request structure.

Do I need the Voiden SDK to perform REST API testing?

Yes, you need the Voiden SDK installed to perform REST API testing. The Skill requires the @voiden/sdk dependency to function properly and integrate API testing capabilities directly into your pipeline.

What is the best way to view HTTP response history during API testing?

The best way to view HTTP response history is through the integrated history API. This Skill records your response history, allowing you to track and review previous REST API testing results directly within the editor workflow.