Skip to main content

Bearer token authentication

All API requests require a Bearer token in the Authorization header:

Creating API keys

Create API keys from your Account Settings page in the RawUGC dashboard.
API key secrets are only shown once when created. Store them securely — you cannot retrieve the secret later.

Authentication methods

The API supports two authentication methods: Most API consumers should use API key authentication.

Error responses

Invalid or missing authentication returns a 401 error:
See Error Handling for all error types.