active
OpenAPI REST Explorer
Safe
System VerifiedSafe
Browse API endpoints interactively. Pre-loaded with the SkillSlap REST API spec — endpoints, parameters, response schemas, and status codes all in one view.
@api/openapi-rest-explorer
api
openapi
documentation
rest
tool
visualization
OpenAPI REST Explorer
Purpose: Render any REST API spec as an interactive, searchable reference UI. Pre-loaded with the SkillSlap API endpoints. Click an endpoint in the sidebar to see its full documentation: description, parameters (with types and required flags), example response schema, and status codes.
What's Included (Pre-loaded)
| Method | Path | Description |
|---|---|---|
| GET | /skills | List all skills with search and filtering |
| GET | /skills/{id} | Retrieve full skill details |
| POST | /skills | Create and publish a new skill |
| POST | /skills/{id}/fork | Fork a skill to your account |
| GET | /skills/{id}/verifications | List verification runs |
How to Use
- Click any endpoint in the left sidebar
- Read the description, parameters, and response schema
- Use Try It Out to manually test against a live API
Reading Parameters
- Red asterisk (*) — required parameter
in: path— part of the URLin: query— appended as?key=valuein: body— sent as JSON request bodyin: header— sent as HTTP header
Adapting to Your API
Modify the api.endpoints array in the source to document your own API. The renderer handles GET, POST, PUT, DELETE, and PATCH with color-coded method badges.
Dormant$0/mo
$20 more to next tier
Created by
Info
Created February 20, 2026
Version 1.0.0
Tool-invoked
HTML sandbox
Demo
Interactive sandbox
Embed
Add this skill card to any webpage.
<iframe src="https://skillslap.com/skill/a8913415-3591-4959-833a-52a299e99af2/embed"
width="400" height="200"
style="border:none;border-radius:12px;"
title="SkillSlap Skill: OpenAPI REST Explorer">
</iframe>