Skip to content

Custom functions

While most of the API is auto-generated, some API groups include custom convenience methods that are preferred over the auto-generated ones for common operations as they make it easier to use the API.

Assets API

  • Download an asset (original file) directly to disk. (CLI, Client)
  • Download an asset thumbnail directly to disk. (CLI, Client)
  • Download an asset video stream directly to disk. (CLI, Client)
  • Upload assets with smart features. (CLI, Client)

Resumable Downloads

All of the asset download methods support automatic resumable downloads.

Download API

  • Download asset archives (ZIP files) directly to disk. You can download whole albums or user-specified assets in a single request. (CLI, Client)

Resumable Downloads

Archive downloads (ZIP files) do not support resumable downloads due to the nature of streaming archives.

Users API

  • Download a user's profile image directly to disk. (CLI, Client)