Use one API workflow to upload supplier files, convert identifiers, retrieve scan results, and export what you need.
Start with one request, then automate more of the process when it saves your team time.
curl "https://app.rocketsource.io/api/v3/scans" \
-H "Authorization: Bearer YOUR_TOKEN"curl -X POST "https://app.rocketsource.io/api/v3/convert" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"marketplace":"US","ids":["012345678905"]}'Upload CSV or XLSX supplier lists from your internal tools and turn them into scan results your team can review faster.
Send scan results into your own scripts, dashboards, or review lists instead of copying data by hand.
Run the same workflow every time you receive a new catalog, price list, or replenishment file.
Use webhooks, downloads, and scan results together when you want a simple automated process instead of a manual review loop.
Start with the technical docs, then use the scan and conversion endpoints that match your workflow.
Send supplier files for scanning, or use the identifier conversion endpoints when you need barcode and ASIN lookups.
Check the scan status, then retrieve the finished results for your own tools or reports.
Download CSV, XLSX, or JSON output, or wire up webhooks so the next step happens automatically.
It covers supplier file uploads, scan results, identifier conversion, exports, and webhook support documented on the API page.
No. You can start with a single upload or conversion request, then add polling or webhook handling when you are ready.
Yes. The API is a good fit for repeatable file-based workflows where you want the same steps every time.
The endpoint reference lives on the API docs page, which includes upload, results, conversion, export, and webhook sections.
Read the technical documentation, or compare plans when you are ready to use the API.