GET /api/project/:id/image/:index
Get the thumbnail of a project with index "thumbnail" or one of the media with indexing starting at 0
URL Params
Param: id
id of the project
Param: index
index of the image ("thumbnail" or 0 - (project.media_count - 1))
GET Params
Param: mode optional
fit mode: cover (default), contain, stretch
Param: format optional
desired output format: nfp (default), bimg
Param: w optional
disired output width in px (default: 51*2)
Param: h optional
disired output height in px (default: 19*3)