Create a space
POST {{baseUrl}}/video/v1/spaces
Create a new space. Spaces are used to build real-time video applications.
Request Body
{"type"=>"server"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"type":"server","id":"uylLl3WuQ54CwqUB9UHySxnN66sqKue5","created_at":"1607452572","status":"idle"}}