get https://api.jwplayer.com/v2/sites//media//images//
Request details for an image resource with a specific image ID
Responses
Request details for an image resource with a specific image ID
xxxxxxxxxx
import requests
​
url = "https://api.jwplayer.com/v2/sites/site_id/media/media_id/images/image_id/"
​
headers = {"accept": "application/json"}
​
response = requests.get(url, headers=headers)
​
print(response.text)
Try It!
to start a request and see the response here! Or choose an example: