Skip to main content
GET
/
v1
/
video
/
{videoId}
Get a single video
curl --request GET \
  --url https://api.ansdev.cloud/v1/video/{videoId} \
  --header 'x-ansdev-key: <api-key>'
{
  "success": true,
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://ansdevcloud.mintlify.app/llms.txt

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

Authorizations

x-ansdev-key
string
header
required

Format: ak_live_ + 32 hexadecimal characters. Generate one at https://ansix.ansdev.cloud/dashboard/api-keys.

Path Parameters

videoId
string
required

Public vid_... ID or internal UUID.

Required string length: 1 - 64

Response

OK

success
boolean
data
any