---
title: "Generate / Share Job Card PDF"
method: POST
path: "/jobs/{job_uid}/card"
---

# Generate / Share Job Card PDF

`POST /jobs/{job_uid}/card`

## Path parameters

- `job_uid` string, required

## Request body

- object
  - `template_uid` string
  - `email` string
  - `email_subject` string
  - `email_body` string
  - `email_config_uid` string
  - `email_cc` string[] — array of email
  - `email_bcc` string[] — array of email
  - `attachments` unknown[]
    - unknown

## Response `200`

200

- object
  - `message` string
  - `title` string
  - `type` string

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
