-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update en to output generated at a12e482
- Loading branch information
1 parent
fa771fe
commit df341f3
Showing
3 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
--- | ||
# 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. | ||
|
||
|
||
## Where to get support | ||
|
||
Should you have any issues or need further guidance, please post a request to our [developer forum][4] for any help needed. | ||
|
||
[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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters