-
Notifications
You must be signed in to change notification settings - Fork 4
Saveoffline API usage
Andrew edited this page Dec 11, 2018
·
2 revisions
Example request sent to:
https://www.saveoffline.com/process/?url=http://example.com&type=json Output:
`{ "title": "Test File", "thumbnail": "https://example.com/thumbnail.jpg",
"urls": [
{"label": "1080p", "id": "https://www.saveoffline.com/get/?i=TEST", "size": "x"},
{"label": "720p", "id": "https://www.saveoffline.com/get/?i=TEST", "size": "x"},
{"label": "360p", "id": "https://www.saveoffline.com/get/?i=TEST", "size": "x"}
]
}`