Skip to main content
POST
Get CRDT Data
Use this API to retrieve CRDT editor data from the backend. Use it with the Multiplayer Editing (Yjs) feature.

Endpoint

POST https://api.velt.dev/v2/crdt/get

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body Parameters

data
object
required

Example Request

Response

Success Response

The response contains an array of CRDT data objects. Each object includes the editor data and metadata.

Response Fields

Error Response