{"service":"iimmpact-html-share","description":"Upload HTML and get a permanent public short link.","endpoints":{"POST /api/upload":"Upload content, returns { id, url }.","GET /:id":"Serve the uploaded content."},"examples":{"rawHtml":"curl -X POST 'https://share.iimmpact.com/api/upload' -H 'Content-Type: text/html' --data-binary @page.html","formFile":"curl -X POST 'https://share.iimmpact.com/api/upload' -F 'file=@page.html'","json":"curl -X POST 'https://share.iimmpact.com/api/upload' -H 'Content-Type: application/json' -d '{\"html\":\"<h1>hi</h1>\"}'"}}