{"auth":"Authorization: Bearer ph_live_... (create a key in the portal)","description":"Push finished HTML with an API key; each push becomes a hosted page.","docs":"https://app.pushhtml.com/docs","endpoints":[{"desc":"Create a page. JSON body: {name, html, description?, visibility?}. name and html required; visibility public|private (default private).","method":"POST","path":"/api/pages"},{"desc":"List your pages (metadata only).","method":"GET","path":"/api/pages"},{"desc":"Get one page's metadata; ?include=html for the HTML.","method":"GET","path":"/api/pages/{id}"},{"desc":"Update name/description/html/visibility (any subset).","method":"PUT","path":"/api/pages/{id}"},{"desc":"Delete a page.","method":"DELETE","path":"/api/pages/{id}"}],"example":{"body":{"html":"\u003ch1\u003eHello\u003c/h1\u003e","name":"My Page","visibility":"public"},"request":"POST https://app.pushhtml.com/api/pages"},"llms_txt":"https://app.pushhtml.com/llms.txt","name":"Push HTML API"}
