Skip to main content
The Anglera API enables programmatic submission and retrieval of enriched product data. These endpoints support ingestion, enrichment, competitive pricing analysis, and validation of structured product content organized by sheets.

Base URL

All API requests should be made to:
https://backend.anglera.com

Authentication

Every request must include your API key in the X-Anglera-API-Key header:
curl -H "X-Anglera-API-Key: your_api_key" https://backend.anglera.com/feed/sheets
If an invalid or missing key is provided, the API will respond with a 401 Unauthorized.

Generating an API Key

1

Open Settings

Click your user avatar in the bottom left of the screen
User avatar location
2

Navigate to API Keys

Go to Settings → Organization API keys
API keys settings page
3

Create Key

Click Create new API key and copy your key
Keep your API key secure. Do not expose it in client-side code or public repositories.

Status Reference

Product Status Values

StatusDescription
READYProduct has been fully enriched
QUEUEDProduct is awaiting processing
PROCESSINGProduct is actively being processed
NO_RESULTSNo enrichment results found
ERRORProcessing failed

Price Report Status Values

StatusDescription
READYPrice report has been fully generated
QUEUEDPrice report is awaiting processing
PROCESSINGPrice report is actively being generated
ERRORPrice report generation failed

Common Error Codes

Status CodeMeaning
400Missing required fields or invalid request data
401Missing or invalid API key
404Resource not found
500Internal 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/enrich appear in GET /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)