Convert HTML to Gutenberg blocks and vice versa.
All API endpoints (except health checks) require authentication via API key.
Include your API key in one of these headers:
X-API-Key: your-api-keyAuthorization: Bearer your-api-key
curl -X POST https://converter.valudata.fi/<version, e.g. v69>/serialize-blocks \
-H "X-API-Key: your-api-key" \
-H "Content-Type: text/html" \
-d "<p>Hello World!