v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Media

Create album

Create a new album with media files

post/boxes/{boxId}/media/albums

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

Response

Album created successfully

namestring required

Name of the album

pathstring required

Full path to the album in the box

lastModifiedstring date-time required

Last modified time of the album

mediaCountnumber required

Number of media files in the album

Example response

{
  "name": "Vacation Photos",
  "path": "/sdcard/albums/vacation",
  "lastModified": "2021-01-01T00:00:00Z",
  "mediaCount": 15
}