While the /images
endpoint works mostly es expected (except maybe POST multipart/form-data) the /tags
endpoint is more important then you might think.
We use tags as universal weapon for adding meta data to images. Notice the category
field in the object documentation. While it can be "freetext" (typical tags behavior) it can also have other purposes. If you're missing a category, please leave an issue.
Endpoint | Method | Description | Full documentation |
/hello |
GET |
Returns user name and api version | Read more |
/image |
POST |
Upload an image | Read more |
/images |
GET |
Returns array of images | Read more |
|
|||
PUT |
Batch update images | Read more | |
/images/:id |
GET |
Get image object of image with :id | Read more |
PUT |
Update image object of image with :id | Read more | |
/tags |
GET |
Returns array of tags | Read more |
POST |
Creates new tags | Read more | |
PUT |
Batch update tags | Read more | |
/tags/:id |
GET |
Get tag object of tag with :id | Read more |
PUT |
Update tag object of tag with :id | Read more |
Image | Read more |
Tag | Read more |