{ "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 } } } ] }