API Reference
All API endpoints require a Bearer token. Include your API key in the Authorization header:
Authorization: Bearer your-api-key
Base URL: https://api.buzzreach.app/api/v1
Endpoints
/api/v1/opportunitiesList pending opportunities for the authenticated user.
/api/v1/opportunities/:idMark an opportunity as actioned, skipped, or flag for review.
/api/v1/productsList all product profiles for the authenticated user.
/api/v1/productsCreate a new product profile with keywords and tone settings.
/api/v1/products/:idUpdate an existing product profile.
/api/v1/statsGet usage statistics: opportunities found, replied, click-throughs.
Authentication
Generate an API key from your account settings. API keys are available on your BuzzReach subscription.
Rate Limits
API requests are limited to 100 requests per minute. Rate limit headers are included in every response.
Full OpenAPI Spec
The complete OpenAPI specification is available at api.buzzreach.app/openapi.json.