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.
Get Started in Three Steps
Make your first API call and upload a file to Snipp.Step 1: Get Your API Key
- Sign in to your account.
- Open Settings and navigate to the API section.
- Copy your API key. 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. Add additional-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. Response URLs are signed and expire after 24 hours. Re-fetch from GET /posts/{code} or GET /uploads for a fresh link. |
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.

