---
title: "Download Verification Results"
method: POST
path: "/pdf/download"
---

# Download Verification Results

`POST /pdf/download`

Use this API to download verification results in a PDF file.

## Request body

- object
  - `request_id` string, required — String to be associated with the PDF request. We will pass this string with the callback.
  - `verification_ids` string[], required — Verification numbers identifying the verifications to be downloaded.
  - `timezone` string, required — Your timezone.
  - `callback_details` object
  - `metadata` string, json — Additional data you need returned as part of the callback.

## Response `200`

200

- union
  - object
    - `status` string
    - `acceptedVerificationIds` string[]
    - `rejectedVerificationIds` object[]
  - object
    - `status` string
    - `acceptedVerificationIds` object[]
    - `rejectedVerificationIds` string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
