Skip to main content
GET
/
api
/
v2
/
workspaces
/
{workspaceId}
/
editors
/
{variantId}
/
load
Load editor HTML
curl --request GET \
  --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/editors/{variantId}/load \
  --header 'X-API-Key: <api-key>'
{
  "html": "<string>",
  "settings": {},
  "forms": "<unknown>",
  "type": "<string>",
  "lander": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Path Parameters

variantId
integer
required

Response

Editor state

html
string
required
settings
object
required
forms
any
required
type
string
required
lander
object
required