---
title: "Submit an async PDF translation job"
method: POST
path: "/pdf"
---

# Submit an async PDF translation job

`POST /pdf`

## Response `202`

Translation job accepted

- TranslationJobResponse
  - `jobId` string, uuid, required — UUID v4 of the async translation job
  - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED', required

## Other responses

- `400` — Bad request — missing file, empty file, unsupported format, missing targetLanguage, or unknown strategy value

---

[API](https://skmtc.net/cdc/apis/zia-translation-service.md) · [All operations](https://skmtc.net/cdc/apis/zia-translation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cdc/zia-translation-service/revisions/81f7e55a3813/schema)
