Use this API to retrieve CRDT editor data from the backend. Use it with the Multiplayer Editing (Yjs) feature.Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST https://api.velt.dev/v2/crdt/get
| Field | Type | Description |
|---|---|---|
data | text | map | array | xml | The CRDT editor data. Type depends on the store type configured in the frontend. |
id | string | Store identifier (editorId) |
lastUpdate | string | ISO timestamp of last update |
lastUpdatedBy | string | User ID who made the last update |
sessionId | string | null | Session ID or null |