API Reference
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /health | Health check |
| POST | /publish | Publish site |
| DELETE | /unpublish | Remove site |
Authentication
All endpoints require a valid API key:
{
"Authorization": "Bearer emd_your_key_here"
}
Task List
- Implement health check
- Implement publish
- Implement
search(deferred)