Document Understanding
最新
  • 基本情報
    • 概要
    • 上限とクォータ
  • Document Understanding API の使用例
  • ライセンス
バナーの背景画像
Document Understanding API ガイド
最終更新日 2024年3月7日

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

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

curl -X 'POST' \
  'https://cloud.uipath.com/uipathstgss/UiPathDefault/du_/api/framework/projects/00000000-0000-0000-0000-000000000000/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/uipathstgss/UiPathDefault/du_/api/framework/projects/00000000-0000-0000-0000-000000000000/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" }

Was this page helpful?

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