メインコンテンツへスキップ
GET
/
v1
/
videos
/
{id}
Get video detail
curl --request GET \
  --url https://platform.lymo.jp/v1/videos/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "title": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "duration_seconds": 123,
    "processed_at": "2023-11-07T05:31:56Z",
    "deal_id": "<string>",
    "generated_title": "<string>",
    "meeting_number": "<string>",
    "summary": "<string>"
  },
  "meta": {
    "request_id": "req_abc123"
  }
}

承認

Authorization
string
header
必須

Unkey API key (prefix lymo_)

パスパラメータ

id
string
必須

Video ID

レスポンス

Video detail

data
object
必須
meta
object
必須