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

# Verification document

<ResponseField name="verificationDocumentId" type="string">
  Unique identifier for the verification document.
</ResponseField>

<ResponseField name="verificationId" type="string">
  Unique identifier for the verification.
</ResponseField>

<ResponseField name="timeCreated" type="date">
  Time verification document record was created.
</ResponseField>

<ResponseField name="documentType" type="string">
  Verification document type.

  <Expandable title="values">
    | Key              | Description                                          |
    | ---------------- | ---------------------------------------------------- |
    | drivers\_license | Driver's License                                     |
    | health\_card     | Health Card                                          |
    | identity\_card   | Identity Card                                        |
    | military\_id     | Military ID                                          |
    | other            | Other (Returned when document type detection failed) |
    | passport         | Passport                                             |
    | resident\_card   | Resident Card                                        |
    | travel\_document | Travel Document                                      |
    | visa             | Visa                                                 |
    | voter\_id        | Voter ID                                             |
  </Expandable>
</ResponseField>

<ResponseField name="imageType" type="string">
  Verification document image type.

  <Expandable title="values">
    | Key         | Description                                                                    |
    | ----------- | ------------------------------------------------------------------------------ |
    | live\_photo | Selfie of signer captured during live selfie process of document verification. |
    | front       | Front image of document captured during document verification.                 |
    | back        | Back image of document captured during document verification.                  |
    | passport    | Image of passport captured during document verification.                       |
  </Expandable>
</ResponseField>

<ResponseField name="url" type="string">
  URL to download document or document image from.

  <Tip>
    Document URLs returned by the verification endpoint have a lifetime of 15 minutes.
  </Tip>

  <Note>
    As of `3.6` images now default to `WEBP` format. You can convert images to `JPEG` by appending the following query string parameter to end of the returned URL:

    `&mimeType=image/jpeg`
  </Note>
</ResponseField>
