Reads a thumbnail

$ curl 'http://platform.wim.tv:8080/asset/thumbnail/13a38063-dc3d-48ec-8143-350dd199f90a' -i -X GET
<img src="http://www.wim.tv:8080/asset/thumbnail/a468bfc0-8586-474d-ba7e-dcccd50155ff" />

Path parameters

/asset/thumbnail/{thumbnailId}

Parameter Description

thumbnailId

The thumbnail identifier.

Response

HTTP/1.1 200 OK
Cache-Control: max-age=259200, public, s-maxage=259200

Dowloads a content

$ curl 'http://platform.wim.tv:8080/download/content/urn:wim:tv:content:9cde6e52-163a-489e-87b0-1b709307bf44?token=cfd08086-de04-4559-8867-5f9b67f05c5d' -i -X GET
<a href="http://www.wim.tv:8080/download/content/urn:wim:tv:content:b14657c9-3d52-46c3-8d92-7b96c9b22681?token=2f289009-6457-4cf3-bae7-66f0e1c6ae0c">Download</a>

Path parameters

/download/content/{contentId}

Parameter Description

contentId

The content identifier.

Request parameters

Parameter Description

token

The authorization token. You should request the token through by the API /api/content/{contentId}/download.

Response

HTTP/1.1 200 OK

Authentication

The WimTV Asset APIs do not require any authentication.