Skip to content
richardthombs edited this page Dec 9, 2014 · 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.

Update a Picture

PUT /api/account/:accountid/pictures/:guid

Rotate a Picture

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

Censor a Picture

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

Clone this wiki locally