document-understanding
latest
false
- 基本情報
- Document Understanding™ Cloud API の使用例
- トラブルシューティング

Document Understanding API ガイド
最終更新日時 2025年7月10日
抽出フィールドの要求を開始する
linkドキュメントからフィールドの抽出を開始する
linkヒント: プロジェクト 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"
}'
ドキュメントからのフィールドの抽出の応答
link{ "operationId": "eee0a911-dfe8-ed11-907c-6045bd9d17d0" }
{ "operationId": "eee0a911-dfe8-ed11-907c-6045bd9d17d0" }