published

Liveblocks Realtime API

Liveblocks Realtime API enables developers to create real-time collaborative applications, featuring presence tracking, shared storage, and event broadcasting.

null%Uptime
nullmsLatency
0Stars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Creates a new collaborative room for realtime interactions

Full Endpoint URL
https://api.liveblocks.io/rooms
Implementation Example
curl -X POST 'https://api.liveblocks.io/rooms' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "metadata": {
    "project": "Design Docs"
  },
  "defaultAccesses": [
    "room:write"
  ]
}
Expected Response
{
  "id": "room_abc123",
  "createdAt": "2023-07-18T15:00:00Z"
}
Version:v2
Limit:50 rooms/minute
Real-World Applications
  • {'items': ['Collaborative document editors'Optimized Capability
  • 'Live chat with presence'Optimized Capability
  • 'Multiplayer drawing or gaming'Optimized Capability
  • 'Real‑time dashboards'Optimized Capability
  • 'Pair programming tools']}Optimized Capability

API Specifications

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
{'items': ['JSON']}
Supported Languages
6 Languages
SDK Support
REST Only
Rate Limit

1000 requests per minute

Use Case: Best For

Not Recommended For

#collaboration#realtime

Explore Related APIs

Discover similar APIs to Liveblocks Realtime API

View All APIs