GET
/
images
/
{exerciseId}
/
premium
/
{imageName}
.png
curl --request GET \
  --url https://api.wrkout.xyz/images/{exerciseId}/premium/{imageName}.png \
  --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

imageName
string
required

Name of the image

Response

200 - image/png
successful operation

The response is of type file.