Base URL
All API requests should be made to:Authentication
Every request must include your API key in theX-Anglera-API-Key header:
401 Unauthorized.
Generating an API Key
1
Open Settings
Click your user avatar in the bottom left of the screen

2
Navigate to API Keys
Go to Settings → Organization API keys

3
Create Key
Click Create new API key and copy your key
Status Reference
Product Status Values
| Status | Description |
|---|---|
READY | Product has been fully enriched |
QUEUED | Product is awaiting processing |
PROCESSING | Product is actively being processed |
NO_RESULTS | No enrichment results found |
ERROR | Processing failed |
Price Report Status Values
| Status | Description |
|---|---|
READY | Price report has been fully generated |
QUEUED | Price report is awaiting processing |
PROCESSING | Price report is actively being generated |
ERROR | Price report generation failed |
Common Error Codes
| Status Code | Meaning |
|---|---|
400 | Missing required fields or invalid request data |
401 | Missing or invalid API key |
404 | Resource not found |
500 | Internal server error |
General Notes
- Sheets group products under a unique
sheet_id - View sheets in the UI at
https://app.anglera.com/sheets/{sheet_id} - Products added via
POST /products/enrichappear inGET /feed/{sheet_id}once enrichment completes - Enrichment times vary from seconds to minutes depending on complexity and volume
- All timestamps are in ISO 8601 format (UTC)

