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-keycurl -X POST https://converter.valudata.fi//serialize-blocks \ -H "X-API-Key: your-api-key" \ -H "Content-Type: text/html" \ -d "<p>Hello World!