Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Public REST API

Kevin Musiorski edited this page Sep 7, 2018 · 2 revisions

The public REST API offers a discrete web root, /pub_api.

Thumbnails

Request

GET /pub_api/assets/<asset_uuid>/thumbnail

Where <asset_uuid> is the RFC4122-like identifier of the asset.

Response

200 OK

A pre-sized thumbnail of the intermediate file is returned on a successful request.

[TODO add 404 and other possible error codes]