UiPath · Capability

UiPath Document Understanding API — Digitization

UiPath Document Understanding API — Digitization. 1 operations. Lead operation: UiPath Digitize a Document. Self-contained Naftiko capability covering one Uipath business surface.

Run with Naftiko UipathDigitization

What You Can Do

POST
Digitizedocument — UiPath Digitize a Document
/v1/projects/{projectid}/digitization/start

MCP Tools

uipath-digitize-document

UiPath Digitize a Document

Capability Spec

document-understanding-digitization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: UiPath Document Understanding API — Digitization
  description: 'UiPath Document Understanding API — Digitization. 1 operations. Lead operation: UiPath Digitize a Document.
    Self-contained Naftiko capability covering one Uipath business surface.'
  tags:
  - Uipath
  - Digitization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UIPATH_API_KEY: UIPATH_API_KEY
capability:
  consumes:
  - type: http
    namespace: document-understanding-digitization
    baseUri: https://cloud.uipath.com/{organizationName}/{tenantName}/du_/api/framework
    description: UiPath Document Understanding API — Digitization business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-digitization-start
      path: /projects/{projectId}/digitization/start
      operations:
      - name: digitizedocument
        method: POST
        description: UiPath Digitize a Document
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: api-version
          in: query
          type: string
          description: API version to use for this request
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.UIPATH_API_KEY}}'
  exposes:
  - type: rest
    namespace: document-understanding-digitization-rest
    port: 8080
    description: REST adapter for UiPath Document Understanding API — Digitization. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/digitization/start
      name: projects-projectid-digitization-start
      description: REST surface for projects-projectId-digitization-start.
      operations:
      - method: POST
        name: digitizedocument
        description: UiPath Digitize a Document
        call: document-understanding-digitization.digitizedocument
        with:
          api-version: rest.api-version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: document-understanding-digitization-mcp
    port: 9090
    transport: http
    description: MCP adapter for UiPath Document Understanding API — Digitization. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: uipath-digitize-document
      description: UiPath Digitize a Document
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: document-understanding-digitization.digitizedocument
      with:
        api-version: tools.api-version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.