Skip to main content

Quick Start

Prefer Postman? Skip the manual steps — import our pre-configured collection and start making real API calls in under a minute.Download Postman Collection →Import the file into Postman: File → Import, paste the URL or drop the downloaded file. Your baseUrl, asin, marketplace variables are pre-filled. Just set your apiKey.

Step 1: Get Your API Key

  1. Sign up at app.descripio.com
  2. Navigate to Developer → API Keys
  3. Click “Create API Key”
  4. Copy your key (starts with dscr_)
⚠️ Save your key securely. It won’t be shown again after creation.

Step 2: Trigger a Review Refresh

Replace YOUR_API_KEY with your actual key:
Response (HTTP 202 Accepted):

Step 3: Poll Job Status (With Timeout)

Python (Recommended):
Possible job statuses: queued, processing, completed, failed, unknown. cURL (Manual polling):
Response (when complete):

Step 4: Fetch Reviews

Response:
If the ASIN has no cached data yet, the endpoint returns 404 Not Found:

Next Steps