Skip to content
Richard Thombs edited this page Feb 22, 2017 · 10 revisions

The Pictures API allows Pictures stored in TeamHaven to be retrieved and modified.

Note: This API will certainly be changing soon, so please make sure your code is able to identify failed requests and ensure that it takes appropriate action if a failure is encountered.

Get a Picture

GET /api/pictures/:guid

This retrieves the raw bytes that make up the picture.

Rotate a Picture

POST /api/account/:accountid/pictures/:guid/rotate

Censor a Picture

POST /api/account/:accountid/pictures/:guid/censor

Clone this wiki locally