The Nexcar API lets you digitize and validate vehicle cases — invoices, ID documents, REPUVE, vehicle taxes and more — from your own systems.
Nexcar processes vehicle cases end-to-end: you send us documents (invoice, owner ID, vehicle tax payment receipt, REPUVE certificate, proof of address, etc.) and we apply OCR, automatic classification and business rules so your team or your system gets structured, decision-ready data back.
The API is built for integrations with:
case): the logical container for a vehicle. Each case has a case_id (UUID) and groups every document belonging to that vehicle.document): an individual file (PDF, image, XML) attached to a case. Each one is identified by a document_id.POST /v1/cases. You get a case_id.POST /v1/documents, one per file. Each call returns a document_id.GET /v1/documents/{id} or GET /v1/cases/{id} whenever you need them.| Environment | Base URL | Use |
|---|---|---|
| Production | https://api.nexcar.mx | Live traffic |
| Sandbox | https://api-sandbox.nexcar.mx | Testing and integration |
Ready to integrate? Continue with Authentication or email us at support@nexcar.mx.