New Policy Added

We’ve introduced our API Access & Usage Policy to govern the use of Fanvue’s application programming interfaces. This comprehensive policy establishes clear guidelines for API usage and integration.

What’s covered?

  • Authentication & Authorisation: Requirements for API key usage, scopes, and version management
  • Key Management: Secure storage, rotation, and revocation procedures
  • Technical Requirements: HTTPS-only access, required headers, and error handling
  • Rate Limits: 100 requests per 60 seconds with standard rate limiting headers
  • Permitted Operations: Access to users, chats, creators, insights, and agency endpoints
  • Security Best Practices: Protecting API keys from exposure in repositories or client-side code

Key highlights

  • API keys are non-transferable and limited to one active key per user account
  • Keys cannot be retrieved after creation — store them securely immediately
  • All requests must use HTTPS and include proper authentication and version headers
  • Never commit API keys to public repositories or embed them in client-side code
  • Implement exponential backoff and honour rate limit headers to avoid throttling

Where to Find It

The API Access & Usage Policy can be found in the User Policies section under Website Policies.

🔑 Manage your API keys at fanvue.com/api-keys 📘 API documentation found at [api.fanvue.com/docs/introduction/welcome] (https://api.fanvue.com/docs/introduction/welcome)