Skip to content
richardthombs edited this page Dec 8, 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/accounts/:accountid/pictures/:guid

Update a Picture

PUT /api/accounts/:accountid/pictures/:guid

Rotate a Picture

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

Censor a Picture

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

Clone this wiki locally