Skip to main content

Plan tiers

Snipp offers three tiers to suit different needs. All plans include full API access.
FreePlusEnterprise
PriceFree$4.99/moContact us
Max file size100 MB5 GB10 GB
Upload rate8 uploads/sec8 uploads/sec8 uploads/sec
API accessYesYesYes
Discover feed adsYesNoNo
Plus badgeNoYesYes
Priority supportNoYesYes

Checking your plan via the API

Call GET /users/@me to see your current plan status. The response includes:
{
  "user": {
    "plus": true,
    "enterprise": false,
    "uploads": 42
  }
}
FieldDescription
plustrue if you have an active Plus subscription
enterprisetrue if you have an Enterprise plan
uploadsTotal number of files you’ve uploaded

Upgrading

You can upgrade to Plus anytime from the pricing page or your account settings. Your new limits take effect immediately. For Enterprise plans, reach out to support@snipp.gg.

What happens when you downgrade

  • Your existing uploads remain accessible regardless of plan changes.
  • Files that exceed your new plan’s size limit cannot be re-uploaded if deleted.
  • Plus features like the Plus badge are removed at the end of your billing period.