Skip to main content

Upload Album

upload custom album, album sticker format

POST /albums

Endpoint URL

 https://api.mixin.one/albums

Authentication and options

Authorization
Authorized
LimitationNo limitation

Parameters

data_zip_base64
*required
album zip file encoded with base64

Example request

curl -i -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/albums
Response
{
"data": {
"type": "sticker_album",
"album_id": "773e5e77-4107-45c2-b648-8fc722ed77f5",
"user_id": "773e5e77-4107-45c2-b648-8fc722ed77f5",
"name": "album name",
"icon_url": "https://images.mixin.one/E2y0BnTopFK9qey0YI-8xV3M82kudNnTaGw0U5SU065864SsewNUo6fe9kDF1HIzVYhXqzws4lBZnLj1lPsjk-0=s256",
"locale": "en",
"category": "SYSTEM",
"description": "album description",
"banner": "https://images.mixin.one/E2y0BnTopFK9qey0YI-8xV3M82kudNnTaGw0U5SU065864SsewNUo6fe9kDF1HIzVYhXqzws4lBZnLj1lPsjk-0=s256",
"is_verified": true
"created_at": "2017-12-23T18:23:26.996149Z",
"updated_at": "2017-12-23T18:23:26.996149Z",
}
}