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)

MethodPathDescription
GET/skillsList all skills with search and filtering
GET/skills/{id}Retrieve full skill details
POST/skillsCreate and publish a new skill
POST/skills/{id}/forkFork a skill to your account
GET/skills/{id}/verificationsList verification runs

How to Use

  1. Click any endpoint in the left sidebar
  2. Read the description, parameters, and response schema
  3. Use Try It Out to manually test against a live API

Reading Parameters

  • Red asterisk (*) — required parameter
  • in: path — part of the URL
  • in: query — appended as ?key=value
  • in: body — sent as JSON request body
  • in: 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

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>