Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 API Explorer (PoC) - GSoC 2026

📌 Overview

This project is a Proof of Concept (PoC) for an API Explorer tool that can parse OpenAPI specifications, display endpoints, execute API requests, and provide AI-based explanations.

✨ Features

  • Upload OpenAPI JSON file
  • Display API endpoints dynamically
  • Execute API requests using fetch
  • View formatted JSON response
  • Show HTTP status codes
  • AI-based "Explain API" feature

🛠️ Tech Stack

  • HTML
  • CSS (Flexbox for layout)
  • JavaScript (Vanilla)

🧠 AI Integration Concept

This project demonstrates how API tools can integrate with AI agents by providing automated explanations of endpoints, helping developers understand APIs faster.

📂 Project Structure

api-explorer-poc/
├── index.html
├── style.css
├── script.js
├── sample-openapi.json
└── README.md

▶️ How to Run

  1. Open index.html in browser
  2. Upload sample-openapi.json
  3. Click endpoints to test APIs
  4. Use "Explain API" to understand endpoints

🎯 Goal

To showcase API exploration combined with AI-assisted understanding, aligning with modern developer tools and intelligent agents.

🔗 Repository

https://github.com/Balukodeboyina/gsoc-api-explorer-poc

🌐 Demo

https://balukodeboyina.github.io/gsoc-api-explorer-poc/

About

API Explorer Proof of Concept for GSoC 2026 with endpoint execution and AI-based explanation feature.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages