Skip to main content
Toggle the privacy setting of an upload between public and private.

Request

This endpoint toggles the upload’s current privacy state — it does not read the request body. Calling it once on a public upload makes it private; calling it again makes it public again. No request body is required, and any body sent is ignored.

Response

Privacy Behavior

Private Uploads

  • Don’t appear in public feeds or search
  • Don’t appear on your public profile
  • Still accessible if you know the direct URL
  • Only you and admins can view via the API

Public Uploads

  • Appear in all public feeds
  • Show on your public profile
  • Searchable by tags

Errors