Build with repsapi
Free, fast and open APIs for the reps ecosystem — parcel tracking, QC photos and a universal agent link converter. One base URL, bearer auth, predictable JSON.
Base URL
All requests go to a single host. Every endpoint is versioned under /v1.
base url
https://repsapi.com/v1Quickstart
Create a free account to get an API key, then call the REST API directly — every endpoint is a single authenticated GET.
terminal
# convert any agent link → every other agent
curl "https://repsapi.com/v1/convert?url=https://www.acbuy.com/product?id=7283641902&source=WD" \
-H "Authorization: Bearer YOUR_KEY"What you can build
- Tracking — parcel scan events by tracking number.
- QC Photos — fetch QC batches by product link or id.
- Convert — turn any agent link into every other agent + the raw platform link.
- Item Lookup — sizes, versions, price, stock + per-agent warehouse stats in one call.
- Webhooks — get pushed events instead of polling.
Next steps
Head to Authentication to set up your key, then jump into the Tracking, QC, Convert or Item Lookup endpoints. Prefer to poke around first? Try the live playground.