Skip to content
Hadrien Daures edited this page Apr 19, 2018 · 3 revisions

URL: POST: /store

Request content:
{
    TOKEN: "the token",
    B64_PICTURE: " the picture in base 64"
}

Response content:
{
    PICTURE_ID: "the picture id",
    STATUS: "the status code"
}
Clone this wiki locally