Get started in three steps
Make your first API call and upload a file to Snipp.Step 1: Get your API key
- Sign in at snipp.gg.
- Open Settings and navigate to the API section.
- Copy your API key. You’ll include it in the
api-keyheader with every request.
Step 2: Verify your setup
Test your API key by fetching your own profile:Step 3: Upload a file
Upload an image or video to your account:Albums
Upload multiple files in one request to create an album. Just add more-F "file=@..." fields:
-H "post-type: individual".
Privacy options
Control who can see your uploads by setting thepost-privacy header:
| Value | Visibility |
|---|---|
private | Only you can view it |
unlisted | Anyone with the share link can view it (default) |
public | Visible to everyone and eligible for the Discover feed |
Next steps
Authentication
Learn how the API key header works and security best practices.
API reference
Explore all available endpoints and response schemas.
File types
See supported formats and size limits per plan.
Rate limits
Understand request limits and how to handle throttling.

