> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Vehicle RC

This page provides the success response of the Smart OCR API for the Vehicle Registration Certificate (RC) document.

<CodeGroup>
  ```Text VEHICLE_RC theme={"dark"}
  {
      "verification_id": "test_verification_id1",
      "reference_id": 1358,
      "status": "VALID",
      "document_type": "VEHICLE_RC",
      "document_fields": {
          "address": "S / O Josh Doe, 202-parivar daser complex , dal  bazar , Gird , Gwalior , Lashkar City , Madhya Pradesh , 474019",
          "chassis_number": "AB2A36FX5RCA68564",
          "engine_number": "ABCDEA82167",
          "manufacturer_name": "BAJAJ AUTO LTD",
          "manufacturing_date": "2024-04",
          "owner_name": "John Doe",
          "registration_date": "2024-05-22",
          "registration_number": "UP12KD1234",
          "registration_validity": "2039-05-21",
          "relation_name": "Josh Doe",
          "type": "ind_rc",
          "vehicle_model": "PULSAR NS 200",
          "vehicle_type": "M-Cycle/Scooter"
      }
  }
  ```
</CodeGroup>
