cURL
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" }
Retrieve a unique video request link for a specific video by ID.
The ID of the video to retrieve the request link for.
Successfully retrieved video request link
The response is of type any.
any