Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Sep 18, 2024
1 parent 87e1ea9 commit 03d5107
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2024-09-11-box-typescript-sdk-generated-v160-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
next_page_id: 2024-09-17-box-ai-extract
previous_page_id: 2024-09-05-box-swift-sdk-generated-040-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-11-box-typescript-sdk-generated-v160-released.md
Expand All @@ -27,13 +27,13 @@ fullyTranslated: true

### バグ修正

* Add the missing license to `package.json` (box/box-codegen[#562][1]) ([#343][2]) ([`cc9a8b8`][3])
* Fix variants in metadata query results (box/box-openapi[#456][4]) ([#349][5]) ([`2131e98`][6])
* 不足していたライセンスを`package.json`に追加 (box/box-codegen[#562][1]) ([#343][2]) ([`cc9a8b8`][3])
* メタデータクエリの結果のバリアントを修正 (box/box-openapi[#456][4]) ([#349][5]) ([`2131e98`][6])

### 新機能と機能強化

* add Hubs Beta (box/box-openapi[#453][7]) ([#333][8]) ([`40359c7`][9])
* Add support for proxy (box/box-codegen[#559][10]) ([#337][11]) ([`0ffd9c8`][12])
* Hubsベータ版を追加 (box/box-openapi[#453][7]) ([#333][8]) ([`40359c7`][9])
* プロキシのサポートを追加 (box/box-codegen[#559][10]) ([#337][11]) ([`0ffd9c8`][12])

[1]: https://github.com/box/box-typescript-sdk-gen/issues/562

Expand Down
49 changes: 49 additions & 0 deletions 2024-09-17-box-ai-extract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
applied_at: '2024-09-17'
applies_to:
- guides
- api
is_impactful: true
is_new_feature: true
release_source_url: ''
collapse: true
show_excerpt: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-09-17-box-ai-extract
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
previous_page_id: 2024-09-11-box-typescript-sdk-generated-v160-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-17-box-ai-extract.md
published_at: '2024-09-17'
fullyTranslated: true
---
# Metadata extraction with Box AI Platform API now available in Beta

With its recent addition, Box AI Platform API allows you to extract metadata from the provided input. For example you can extract the financial information from an invoice, or patient data from a medical certificate.

> **Note**: Box AI Platform API is currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI Platform API is available to all Enterprise Plus customers.
<!-- more -->

You have the following options:

[`POST /2.0/ai_extract`][1] endpoint allows you to extract metadata from the provided file in a freeform way. This means you have more freedom in creating the prompt, and the metadata template is not required to run the request. [`POST /2.0/ai_extract_structured`][2] endpoint allows you to extract metadata from the provided file using a [metadata template][3] or `fields` structure.

## サポート情報

問題がある場合やさらにガイドが必要な場合は、必要なサポートについて、Boxの[Developer Forum][4]に英語でリクエストを投稿してください。

[1]: e://post-ai-extract

[2]: e://post-ai-extract-structured

[3]: https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates

[4]: https://forum.box.com/

0 comments on commit 03d5107

Please sign in to comment.