Body
Required
-
The title of the Live
-
Description of the Live (in Markdown)
-
The Spot member host of the Live
-
Start date of the Live (Unix timestamp format)
-
End date of the Live (Unix timestamp format)
-
Solution of the Live
Values are
Youtube
,Vimeo
,BuiltIn
, orNoSolution
. -
BuiltIn type of the Live (if solution is BuiltIn)
Values are
Workshop
orConference
. -
Video URL of the Live (if solution is Youtube or Vimeo)
-
The chat visibility on the Live
Values are
Display
orHidden
. -
The participant list visibility on the Live
Values are
Display
orHidden
. -
The Live visibility
Values are
AnyOne
,OnlySpotMembers
, orInvitedMembersOnly
. -
Who kind of members can participate to the Live
Values are
AnySpotMembers
orInvitedMembersOnly
. -
Active the record on the Live
-
Enable breakout rooms on the Live (only for BuiltIn Workshop lives)
curl \
--request POST 'https://openapi.meltingspot.io/v1/lives' \
--header "Content-Type: application/json" \
--data '{"title":"string","description":"string","spotMemberHostId":"string","startDate":42,"endDate":42,"solution":"Youtube","builtInType":"Workshop","videoUrl":{},"chatVisibility":"Display","participantsVisibility":"Display","visibility":"AnyOne","participation":"AnySpotMembers","record":true,"enableBreakoutRooms":true}'
{
"title": "string",
"description": "string",
"spotMemberHostId": "string",
"startDate": 42,
"endDate": 42,
"solution": "Youtube",
"builtInType": "Workshop",
"videoUrl": {},
"chatVisibility": "Display",
"participantsVisibility": "Display",
"visibility": "AnyOne",
"participation": "AnySpotMembers",
"record": true,
"enableBreakoutRooms": true
}
{
"id": "string",
"title": "string",
"startDate": "2025-05-04T09:42:00Z",
"endDate": "2025-05-04T09:42:00Z",
"metrics": {
"averageViewTime": 42,
"noShow": 42,
"totalReplayView": 42,
"registrant": 42,
"attendee": 42,
"attendanceRate": 42,
"invited": 42
},
"description": [
{
"type": "p",
"children": [
{
"text": "My new live"
}
]
}
],
"status": "Ended",
"computedStatus": "Ended",
"solution": "Youtube",
"privacy": {
"visibility": "AnyOne",
"participation": "AnySpotMembers"
},
"config": {
"chatVisibility": "Display",
"participantsVisibility": "Ended"
},
"builtInType": "Workshop",
"videoUrl": {},
"createdAt": "2025-05-04T09:42:00Z",
"spotId": "string",
"builtInConfig": {
"isRecorded": true,
"recordAvailable": true,
"enableBreakoutRooms": true,
"enableRaiseHand": true,
"enablePictureInPicture": true,
"videos": {
"url": "string",
"quality": "string",
"encoding": "hls",
"createdAt": "2025-05-04T09:42:00Z"
},
"replayVideo": {}
}
}