Skip to main content
GET
/
v1
/
videos
/
{video_id}
Video detail
curl --request GET \
  --url https://api.clipping.cc/v1/videos/{video_id} \
  --header 'Authorization: Bearer <token>'
{
  "video": {
    "video_id": "<string>",
    "title": "<string>",
    "mirrored_thumbnail_url": "<string>",
    "viewer_item_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the header: Authorization: Bearer ck_live_…

Path Parameters

video_id
string
required

Response

Video catalogued by the user.

video
object