HomeDocumentation
API Documentation
Everything you need to integrate with Spec Workbench
Multi-Format Support
OpenAPI 3.x, AsyncAPI 2.x, JSON Schema, and MCP specs
Instant Validation
Real-time validation with detailed error messages and suggestions
Auto-Repair
Automatically fix common spec issues like missing required fields
MCP Generation
Generate production-ready MCP servers with PlatPhorm identity
Quick Start
Get started with the Spec Workbench API in seconds
# Validate a spec
curl -X POST https://spec.platphormnews.com/api/v1/specs/validate \
-H "Content-Type: application/json" \
-d '{"content": "{\"openapi\": \"3.1.0\", ...}"}'API Endpoints
All available REST API endpoints
GET
/api/healthHealth check endpoint
GET
/api/docsOpenAPI 3.1 specification
GET
/api/v1/specsList saved specs
POST
/api/v1/specsCreate and parse a spec
POST
/api/v1/specs/validateValidate a spec inline
POST
/api/v1/specs/repairAuto-repair common issues
POST
/api/v1/generate/mcpGenerate MCP server scaffold
POST
/api/v1/generate/clientGenerate typed client code
Discovery Endpoints
Machine-readable service discovery files
Part of the PlatPhorm News Network