Live Platform API v1
Live Platform API
Live Platform API
Version 1
Create a live event
Copy link
Creates a live event instantly.
HTTP request
Copy link
Parameters
Copy link
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
host_type | string | The type of a host. An acceptable value is |
user_ids_for_host | array of strings | An array of IDs of the users who can be host for the live event. This property can have up to 10 user IDs. |
Optional | Type | Description |
---|---|---|
title | string | Specifies the title of a live event. The length is limited to 191 characters. |
cover_url | string | Specifies the URL of the cover image for the live event. The length is limited to 2,048 characters. |
cover_file | file | Specifies the file of the cover image for the live event. |
Response
Copy link
If successful, this action returns a newly created live event in the response body.
List of response properties
Copy link
Property name | Type | Description |
---|---|---|
live_event | nested object | The live event that has been created. |
On this page