v1
latestOpenAPI 3.0.22026-07-249722.2 KBVideo/VideoIncomingWebhookReceive
Incoming Webhook (会議履歴) 用のエンドポイントです。会議履歴を生成し、動画/音声ファイルをアップロードするためのエンドポイントを返却します。 ※ご契約いただいた一部のお客様のみご利用いただけます。詳細についてはお問い合わせください。
post/api/video/v2/incoming_webhooks/{id}/receive
Path parameters
idstring required
Request body
Example request
{
"video_data": {
"number_of_participants": 1
}
}Response
Example response
{
"video_data": {
"number_of_participants": 1
}
}