post https://api.jwplayer.com/v2/sites//playlists/manual_playlist/
Responses
xxxxxxxxxx
12import requests
​
url = "https://api.jwplayer.com/v2/sites/site_id/playlists/manual_playlist/"
​
headers = {
"accept": "application/json",
"content-type": "application/json"
}
​
response = requests.post(url, headers=headers)
​
print(response.text)
Try It!
to start a request and see the response here! Or choose an example: