We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Pictures API allows Pictures stored in TeamHaven to be retrieved and modified.
GET /api/pictures/:guid[?size=N]
This retrieves the raw bytes that make up the Picture. This can be used directly in an HTML image tag if required.
The size parameter resizes the image so it's longest edge is no larger than N pixels.
size
N
POST /api/pictures/:guid/rotate
This rotates the Picture 90 degrees clockwise.
Note: can not be used on Picture Attributes
POST /api/pictures/:guid/censor
This marks a Picture as censored.