Skip to main content

API Overview

Descripio API uses an async job-based architecture to handle Amazon’s rate limits gracefully.

Architecture

Why async? Scraping Amazon reviews takes 30-90 seconds. Instead of blocking your request, we:
  1. Accept your job immediately (HTTP 202)
  2. Process it in the background
  3. 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:
Breaking changes will be introduced in new versions (e.g., /api/v2/).