---
title: "Create Pdf Markup Import"
method: POST
path: "/api/v1/projects/{project_id}/imports/pdf-markups"
tags: ["pdf-markup-imports"]
---

# Create Pdf Markup Import

`POST /api/v1/projects/{project_id}/imports/pdf-markups`

## Path parameters

- `project_id` string, uuid, required

## Headers

- `Idempotency-Key` string, uuid, required

## Request body

- CreatePdfMarkupImportRequest
  - `drawing_id` string, uuid, required

## Response `202`

Successful Response

- CreatePdfMarkupImportResponse
  - `import_id` string, uuid, required
  - `upload_url` string, required
  - `storage_path` string, required
  - `expires_in` integer, required

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

[API](https://skmtc.dev/rudus/apis/rudus-api.md) · [All operations](https://skmtc.dev/rudus/apis/rudus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rudus/rudus-api/revisions/5673f72c8a5d/schema)
