---
title: "Create a document job"
method: POST
path: "/v0/jobs/document"
tags: ["v0"]
---

# Create a document job

`POST /v0/jobs/document`

## Request body

- DocumentJob
  - `company_id` string, required — Unique company identifier. Example: DE-HRB-F1103-267645
  - `document_category` 'current_printout' | 'chronological_printout' | 'historical_printout' | 'structured_information' | 'shareholder_list' | 'articles_of_association', required

## Response `200`

Success

- DocumentJobResponse
  - `id` string, uuid, required — Unique job identifier. Example: f47ac10b-58cc-4372-a567-0e02b2c3d479

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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