API Overview
Descripio API uses an async job-based architecture to handle Amazon’s rate limits gracefully.Architecture
- Accept your job immediately (HTTP 202)
- Process it in the background
- Cache results for instant retrieval
Base URL
Endpoints
Rate Limits
Important: Only POST /reviews/refresh counts toward your quota. GET requests are free and unlimited.
HTTP Status Codes
Content Type
All requests and responses use JSON:Versioning
The API is versioned via URL path:/api/v2/).