Skip to main content
Fetch your uploads. Returns all of them by default. Pass ?limit=N to cap the response (max 1000).

Behavior

  • Returns uploads newest first.
  • Each upload includes code for the associated post when one exists.
  • isAlbum is true when that upload belongs to an album post.
  • title is the post’s title, or null when none is set.
  • priority is true when the post’s video is served over priority delivery, and false for standard delivery.
  • URLs for private uploads are returned as signed URLs with a 24-hour expiry. After that, request the endpoint again for a fresh signed URL.

Examples

Responses