Reads a thumbnail
$ curl 'http://platform.wim.tv:8080/asset/thumbnail/a958b943-2e4a-4221-a833-50bf93b72d7d' -i -X GET
<img src="http://www.wim.tv:8080/asset/thumbnail/a468bfc0-8586-474d-ba7e-dcccd50155ff" />
Path parameters
/asset/thumbnail/{thumbnailId}
| Parameter | Description |
|---|---|
|
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:9843342c-e709-4092-a9ad-fd1cd5c5fc69?token=93c5953c-525f-4d05-ba2d-4e339ce54279' -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 |
|---|---|
|
The content identifier. |
Request parameters
| Parameter | Description |
|---|---|
|
The authorization token. You should request the token through by the API |
Response
HTTP/1.1 200 OK
Authentication
The WimTV Asset APIs do not require any authentication.