API Overview
Published • 8 min read
Overview
REST API reference for the DevDocs platform.
This page is part of the HTML Dev Docs portal, a comprehensive demonstration of HTML5 semantic markup without CSS or JavaScript.
The HTML Living Standard defines the semantics of HTML elements and their attributes.
API Endpoints Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/docs | List all documents |
| POST | /api/v1/docs | Create a document |
| GET | /api/v1/docs/{id} | Get document by ID |
| PUT | /api/v1/docs/{id} | Update document |
| DELETE | /api/v1/docs/{id} | Delete document |
Base URL: https://api.htmldevdocs.example/v1