Skip to content

MOLIS/api-documentation

Repository files navigation

MOLIS API Documentation

Introduction

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.

Authentication

More here

Endpoints

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
POST (multipart/form-data) Upload new 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

Response Objects

Image Read more
Tag Read more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published