Public endpoints

The URLs a site talks to, and what they return.

The URLs a site talks to. All of these are public; none of them accept a session, and none of them return anything that is not already on your page.

EndpointReturns
GET /webnak/m/{siteKey}/manifest.json?path=/The published manifest for one path. This is what a visitor fetches.
GET /webnak/p/{siteKey}/manifest.json?path=/The preview manifest, including unpublished drafts. Used by the editor.
GET /webnak/a/{assetID}/{filename}An image or file uploaded through the editor.
POST /webnak/hooks/{siteKey}/recrawlAsks Webnak to re-read your markup now. See Deploy webhook.

The base is https://api.cloud.wolfigs.com unless you are running your own data plane.