---
title: "Create KYC Summary Report"
method: POST
path: "/kyc-summary"
---

# Create KYC Summary Report

`POST /kyc-summary`

Create a report containing KYC flagged workers by company.

## Request body

- object
  - `companyID` string, required — ID of the Company.
  - `employment_status` 'live' | 'leave' | 'terminated', required — Filters the report by workers' employment status. Accepts: "live", "leave", or "terminated" as values.
  - `kyc_status` 'all' | 'failed' | 'approved' — Filters the report by KYC status. Accepts: "all", "failed", or "approved" as values.
  - `media_type` string, required — The Media Type of the report. Currently only accepts CSV.

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `job_id` string
    - `status` string
    - `request_body` object
      - `companyID` string
      - `employment_status` string
      - `kyc_status` string
      - `media_type` string
    - `created_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
