document-understanding
latest
false
  • 基本情報
    • 概要
    • 上限とクォータ
  • Examples Using the Document Understanding™ Cloud API
  • ライセンス
  • トラブルシューティング
Document Understanding API ガイド
Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Last updated 2024年9月12日

抽出フィールドの要求を開始する

ドキュメントからフィールドの抽出を開始する

ヒント: プロジェクト ID は、プロジェクト情報の取得呼び出しから受け取った応答から取得します。
curl -X 'POST' \
  'https://cloud.uipath.com/<Organization_Name>/<Tenant_Name>/du_/api/framework/projects/<Project_ID>/extractors/invoices/extraction/start?api-version=1' \
  -H 'accept: text/plain' \
  -H 'Authorization: Bearer eyJhbGciO***CyAQu-qA' \
  -H 'Content-Type: application/json' \
  -d '{
  "documentId": "25a03e48-cfe8-ed11-9f75-000d3a4964af"
}'curl -X 'POST' \
  'https://cloud.uipath.com/<Organization_Name>/<Tenant_Name>/du_/api/framework/projects/<Project_ID>/extractors/invoices/extraction/start?api-version=1' \
  -H 'accept: text/plain' \
  -H 'Authorization: Bearer eyJhbGciO***CyAQu-qA' \
  -H 'Content-Type: application/json' \
  -d '{
  "documentId": "25a03e48-cfe8-ed11-9f75-000d3a4964af"
}'

ドキュメントからのフィールドの抽出の応答

{ "operationId": "eee0a911-dfe8-ed11-907c-6045bd9d17d0" }{ "operationId": "eee0a911-dfe8-ed11-907c-6045bd9d17d0" }

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.