Edge APIs
Resolve layouts, variants, routes, and content queries.
Edge serves the published page for a route. These endpoints are what the Node SDK calls for layouts. Use them directly only if you are building a custom client.
Edge base URL: https://edge.amplifyup.ai
Identify the site with a tracking ID (track_…) from site settings. Edge accepts trackingId or site.
Endpoints
- GET /v1/resolve — published layout for a route, with personalization applied
- GET /v1/variants — variant keys for cacheable rewrites
- GET /v1/routes — published paths for static generation
- POST /v1/query — re-run a published content query (load more, search)
Each page covers query or body fields, example requests, and error responses.
Prefer the Node SDK on a website so visitor IDs, preview, and retries stay consistent.
Visitor activity is a separate surface: Event APIs. Workspace (dashboard) APIs are under Tenant APIs.