Documentation Index
Fetch the complete documentation index at: https://docs.rawugc.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
All API requests require a Bearer token in theAuthorization header:
Creating API keys
Create API keys from your Account Settings page in the RawUGC dashboard.Authentication methods
The API supports two authentication methods:| Method | Header | Rate Limit | Use Case |
|---|---|---|---|
| API Key | Authorization: Bearer <key> | 10 req/min | Programmatic access, integrations |
| Session | Browser cookies | 20 req/min | Dashboard, in-app usage |
Error responses
Invalid or missing authentication returns a401 error:

