GET
/
videos
/
{exerciseId}
/
premium
/
{videoName}
.mp4
curl --request GET \
  --url https://api.wrkout.xyz/videos/{exerciseId}/premium/{videoName}.mp4 \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Path Parameters

exerciseId
string
required

ID or Name of the exercise

videoName
string
required

Name of the video

Response

200 - video/mp4
successful operation

The response is of type file.