Exposing clean, programmatic endpoints for retrieval, log auditing, and message submissions.
[
{
"id": "p1",
"title": "UI and Frontend Architecture",
"category": "Frontend Engine",
"tags": ["HTML5", "CSS variables", "Vanilla JS"],
"links": {
"live": "index.html",
"github": "#"
},
"description": "..."
}
]
[
{
"id": "b1",
"title": "Example Post",
"category": "Web Audio API",
"tags": ["audio", "synthesizer"],
"date": "2026-06-12",
"year": "2026",
"slug": "web-audio-basics",
"description": "...",
"content": "..."
}
]
| Parameter | Type | Required | Constraints |
|---|---|---|---|
| name | string | Yes | Max 100 chars |
| string | Yes | Max 100 chars, valid format | |
| message | string | Yes | Max 5000 chars |
{
"success": true,
"message": "Signal transmitted successfully."
}
{
"status": "ok"
}