Thumbnail
From DriveCast Wiki
GET
URL: https://drivecast.eu/api/1.0/thumbnail/<UID>
Methods: GET
Returns: 302 redirection to the thumbnail url
401 Unauthorized
404 thumbnail does not set for this item
Formats: json (default), xml, plist
Redirect location to: thumbnail url
curl --user username:password "https://drivecast.eu/api/1.0/thumbnail/<UID>?apikey=ABCDEFGHILMNOPQ" -L >/tmp/save.jpg The thumbnail image will be saved in: /tmp/thumbnail.jpg
Where the UID string is a library UID.
