QC Photos
Pull real warehouse QC photo batches by product link or id — sourced live from the agent network, grouped by run and deduplicated. No key cost, no setup.
Pass any agent or marketplace link as url (ACBuy, CNFans, KakoBuy, USFans, LitBuy, Weidian, Taobao, 1688, Tmall…) — we auto-detect the platform and product id (e.g. an ACBuy link resolves to its Weidian item), then pull every QC batch on record. Or pass platform + id directly.
GET/v1/qc
Parameters
urlreqstringAny agent or raw platform product link.
platformstringAlternative to url — weidian · taobao · 1688 · tmall.
idstringAlternative to url — product id on the platform.
Example
request
curl "https://repsapi.com/v1/qc?url=https://weidian.com/item.html?itemID=7283641902" \
-H "Authorization: Bearer YOUR_KEY"200 · response
{
"platform": "weidian",
"product_id": "7283641902",
"canonical": "https://weidian.com/item.html?itemID=7283641902",
"provider": "warehouse-archive",
"total_photos": 20,
"batch_count": 5,
"batches": [
{
"date": "2026-06-15",
"sku": "Grey / 42",
"photos": [
"https://cdn.repsapi.com/qc/a5fa…06d.jpg",
"https://cdn.repsapi.com/qc/9246…326.jpg"
]
}
],
"listing_photos": [ "https://cdn.repsapi.com/live/7283641902-1.jpg" ],
"source": "repsapi.com",
"docs": "https://repsapi.com/docs"
}Response
batches— each QC run with itsdate,skuandphotos[].total_photos/batch_count— totals across every run on record.listing_photos— live product gallery pulled straight from the marketplace.
Notes
- QC photos are genuine warehouse shots taken when an item ships through an agent.
- Duplicate shots across batches are collapsed automatically.
- If an item has never been ordered through an agent it has no QC yet — you still get
listing_photos.