Indian Vehicle RC Extraction API

Extract structured vehicle and registration information from Indian Registration Certificates (RC). Accepts front and/or back images. Supported MIME types: application/pdf, image/jpeg, image/png, image/webp

POST
/v1/documents/indian-vehicle-rc

Extract structured vehicle and registration information from Indian Registration Certificates (RC). Accepts front and/or back images.

Supported MIME types: application/pdf, image/jpeg, image/png, image/webp

Authorization

bearerAuth
AuthorizationBearer <token>

Provide your Cryvis API key as a Bearer token.

In: header

Request Body

multipart/form-data

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/documents/indian-vehicle-rc"
{  "success": true,  "data": {    "registration_number": "KA01AB1234",    "registration_date": "2019-06-15",    "registration_valid_upto": "2034-06-14",    "owner_name": "RAHUL SHARMA",    "father_or_husband_name": "SURESH SHARMA",    "address": "12 MG Road, Bengaluru, Karnataka 560001",    "vehicle_class": "LMV",    "vehicle_category": "Motor Car",    "manufacturer": "MARUTI SUZUKI",    "model": "SWIFT",    "variant": "VXI",    "fuel_type": "Petrol",    "color": "White",    "body_type": "Saloon",    "chassis_number": "MA3EJLF1S00123456",    "engine_number": "K12MN1234567",    "manufacturing_month_year": "2019-06",    "seating_capacity": "5",    "unladen_weight": "920",    "gross_vehicle_weight": "1415",    "wheelbase": "2450",    "cubic_capacity": "1197",    "number_of_cylinders": "4",    "financier": "HDFC BANK LTD",    "hypothecation": "Hypothecated to HDFC BANK LTD",    "insurance_valid_upto": "2025-06-14",    "fitness_valid_upto": "2026-06-14",    "pollution_certificate_valid_upto": "2025-01-10",    "permit_valid_upto": null,    "national_permit": null,    "source": "front_and_back"  },  "meta": {    "document_type": "indian-vehicle-rc",    "request_id": "req_example"  }}