document-understanding
2024.10
true
- 入门指南
- Examples Using the Document Understanding™ API
- 许可
- 故障排除
Document Understanding API 指南
Last updated 2024年11月11日
启动提取字段请求
提示:项目 ID 从“获取项目信息”调用收到的响应中获取。
curl -X 'POST' \
'https://{fqdn}/<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://{fqdn}/<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"
}'