GET
/
api
/
v1
/
videos
/
{id}
curl --request GET \
  --url https://app.videosupport.io/api/v1/videos/{id} \
  --header 'Access-Token: <api-key>'
{
  "video_request_link": {
    "url": "https://app.videosupport.io/r/abd-def-ghi",
    "external_key": "abc-def-ghi",
    "external_parameters": {},
    "id": "f98a1fae-6a4c-43c3-bf16-example12345"
  },
  "api_version": "v1"
}

This endpoint generates a unique video request link for a specific video by its ID.

Authorizations

Access-Token
string
header
required

Path Parameters

id
string
required

The ID of the video to retrieve the request link for.

Response

200
application/json
Successfully retrieved video request link

The response is of type any.