Import your incumbent platform's export in minutes, feed every downstream system with signed webhooks and CSV, and walk away with your full ledger any day you choose. Switching in should be easy because switching out is.
Use customer-issued API credentials when a provider exposes them, or bring a customer-owned export package. GradeOS never asks for your incumbent password, calls undocumented endpoints, or bypasses access controls. Every transfer starts with a preview.
Loading provider capabilities…
CONNECTED ACCOUNTS
No enterprise accounts connected yet.
◆
API quickstart
workspace —
Loading key…
# introspect your key — workspace, quota, usage
curl -H "X-API-Key: gos_live_…" https://gradeos.net/v1/key
# grade a device from photos
curl -X POST -H "X-API-Key: gos_live_…" \
-H "Content-Type: application/json" \
-d '{"image_b64":"…"}' https://gradeos.net/v1/grade
Every grade carries a signed passport token. Anyone — your buyer, your auditor, no account needed — verifies it here:
Bulk proof links for downstream systems: GET /api/export/passports.json
◆
Import from your current platform
Export from Phonecheck, NSYS, Blancco, FutureDial, Apkudo, BlackBelt, your WMS, or a spreadsheet. GradeOS learns the schema from CSV, TSV, XLSX, JSON, XML, and bounded ZIP packages. Confirm the mapping, review the dry run, then commit. Re-importing the same data is safe: devices are matched by identifier and updated in place.
1 Upload
2 Map columns
3 Dry run
4 Commit
Drop your authorized export here or browse — CSV · TSV · XLSX · JSON · XML · ZIP
Saved mappings replay your last confirmed import in one click. Starter profiles are community mappings — generic header conventions, not official vendor schemas. Always verify with a dry run.
YOUR PROFILES
None saved yet — commit an import with a profile name.
STARTER PROFILES (COMMUNITY)
◆
Exports — your data, any day
Full-history, tenant-scoped, streamed CSV. Feed your ERP, your accountant, or your next platform — no export tax, no ticket to file.
Loading export manifest…
◆
Outbound webhooks
Push grade.completed and lot.completed into any system that can receive an HTTPS POST — ERP, WMS, Zapier/Make, your own service. Every payload is signed: X-GradeOS-Signature = HMAC-SHA256(secret, raw body). Failed deliveries retry with backoff and land in the log below.