WordPress Gutenberg Converter API

Convert HTML to Gutenberg blocks and vice versa.

Authentication

All API endpoints (except health checks) require authentication via API key.

Include your API key in one of these headers:

Available Endpoints

Example Usage

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