Skip to content

generatetemporaryurl

Hadrien Daures edited this page Apr 19, 2018 · 4 revisions

URL: POST: /generatetemporaryurl

Request content:
{
    TOKEN: "the token",
    PICTURE_ID: "the picture id"
}

Response content:
{
    TEMPORARY_URL: "the picture temporary url",
    STATUS: "the status code"
}
Clone this wiki locally