Home
Youtube
Youtube Youtubelivechatmessagesinsert Example
Youtube Youtubelivechatmessagesinsert Example
Google Media Social Streaming Video Videos
Youtube Youtubelivechatmessagesinsert Example is an example object payload from Youtube, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "youtube.liveChatMessages.insert",
"method": "POST",
"path": "/liveChatMessages",
"summary": "Youtube Send a Live Chat Message",
"requestExamples": [
{
"contentType": "application/json",
"name": "YoutubeLivechatmessagesInsertRequestExample",
"example": {
"kind": "youtube#video",
"etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
"id": "abc123def456",
"snippet": {
"liveChatId": "500123",
"type": "chatEndedEvent",
"displayMessage": "example_value",
"authorChannelId": "500123",
"publishedAt": "2026-01-15T10:30:00Z",
"hasDisplayContent": true,
"textMessageDetails": {
"messageText": "example_value"
}
},
"authorDetails": {
"channelId": "500123",
"channelUrl": "https://www.example.com",
"displayName": "example_value",
"profileImageUrl": "https://www.example.com",
"isVerified": true,
"isChatOwner": true,
"isChatSponsor": true,
"isChatModerator": true
}
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "YoutubeLivechatmessagesInsert200Example",
"example": {
"kind": "youtube#video",
"etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
"id": "abc123def456",
"snippet": {
"liveChatId": "500123",
"type": "chatEndedEvent",
"displayMessage": "example_value",
"authorChannelId": "500123",
"publishedAt": "2026-01-15T10:30:00Z",
"hasDisplayContent": true,
"textMessageDetails": {
"messageText": "example_value"
}
},
"authorDetails": {
"channelId": "500123",
"channelUrl": "https://www.example.com",
"displayName": "example_value",
"profileImageUrl": "https://www.example.com",
"isVerified": true,
"isChatOwner": true,
"isChatSponsor": true,
"isChatModerator": true
}
}
}
]
}