Documentation Index
Fetch the complete documentation index at: https://docs.snipp.gg/llms.txt
Use this file to discover all available pages before exploring further.
Plan Tiers
Snipp offers three tiers to suit different needs. All plans include full API access.| Free | Plus | Enterprise | |
|---|---|---|---|
| Price | Free | $4.99/mo | Contact us |
| Max File Size | 50 MB | No per-file limit | No per-file limit |
| Weekly Usage Limit | 2 GB | 20 GB | 50 GB |
| Upload Rate | 8 uploads/sec | 8 uploads/sec | 8 uploads/sec |
| API Access | Yes | Yes | Yes |
| Plus Badge | No | Yes | Yes |
| Priority Support | No | Yes | Yes |
Weekly Usage Limit
Each plan has a rolling 7-day upload quota. The window starts on your first upload after each reset and slides forward as you continue to use Snipp. Inactivity does not stack quota, but it also does not penalize you. The window simply re-anchors on your next upload. Failed uploads do not count against the limit. Only successfully stored files consume bytes. Deleting a file does not restore weekly quota. The limit measures upload throughput per window, not stored bytes, so any successful upload counts for the full window even if the file is later removed.Checking Your Plan
You can view your current plan and weekly usage in three places:- Website: the Settings page shows your plan, max file size, weekly usage bar, and reset time.
- Discord bot: run
/usagefor the same view inside Discord. See Discord Bot. - API: call
GET /users/@me.
Checking Your Plan via the API
CallGET /users/@me to see your current plan status and weekly storage usage. The response includes:
| Field | Description |
|---|---|
plus | true if you have an active Plus subscription |
enterprise | true if you have an Enterprise plan |
uploads | Total number of files you have uploaded |
limits.plan | Active plan (free, plus, or enterprise) |
limits.maxFileSize | Maximum size per file in bytes. null on Plus and Enterprise (no per-file limit; only weekly quota applies) |
limits.usage.used | Bytes uploaded in the current window |
limits.usage.limit | Total bytes allowed per window |
limits.usage.usedPercent | Percentage of the weekly cap consumed, rounded to the nearest integer (0–100+) |
limits.usage.windowStart | When the current window started, or null if there is no active window |
limits.usage.windowEnd | When the current window resets, or null if there is no active window |
limits.usage.resetsInSeconds | Seconds until the current window resets, or null if there is no active window |
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 such as the Plus badge are removed at the end of your billing period.

