---
title: "POST /api/audits/digitization/"
method: POST
path: "/api/audits/digitization/"
tags: ["Audits"]
---

# POST /api/audits/digitization/

`POST /api/audits/digitization/`

Start the digitization process for an audit

## Request body

- object
  - `auditId` string, required

## Response `201`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `auditId` string, required
    - `status` string, nullable, required
    - `workflows` object, nullable, required
    - `finishedWorkflows` object, nullable, required
    - `percentage` number, nullable, required
    - `auditSummary` string, nullable, required
    - `extractedSections` object, nullable, required
    - `extractedDatapoints` object, nullable, required
    - `metadata` object, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable, required

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 9 breaking, 9 info
  - the response property `data/auditSummary` became nullable for the status `201`
  - the response property `data/extractedDatapoints` became nullable for the status `201`
  - the response property `data/extractedSections` became nullable for the status `201`
  - the response property `data/finishedWorkflows` became nullable for the status `201`
  - …14 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/audits/digitization/post.md)

---

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