Metadata extraction with Box AI Platform API now available in Beta
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.
You have the following options:
POST /2.0/ai_extract
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
endpoint allows you to extract metadata from the provided file using a metadata template or fields
structure.
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Box TypeScript SDK Generated v1.6.0
released
Box Swift SDK Generated 0.4.0
released
Box Dotnet SDK Generated v1.1.0
released
Box Dotnet SDK Generated v1.1.0
released
Bug Fixes
- Add missing
item_upload
scope (#201) (483b055
) - Add missing fields to Sign Template Signer and fix AI schema (box/box-openapi#451) (#229) (
121f733
) - Fix
IntegrationMapping
schemas (box/box-codegen#551) (#226) (3eca154
) - Improve handling of network exceptions, handle big file upload (box/box-openapi#444) (#222) (
75ccd07
)
New Features and Enhancements
- Add new parameters to Box AI methods and introduce
AiResponseFull
variant (box/box-openapi#446) (#224) (6d205c4
) - Include URL into
FetchOptions
(box/box-codegen#549) (#231) (41c45dc
) - Parametrize chunked uploads endpoint URLs (box/box-openapi#444) (#208) (
feac37c
) - Support
nullable
fields (box/box-codegen#550) (#230) (b9da32b
)
Box Python SDK Generated v1.4.0
released
Box TypeScript SDK Generated v1.5.0
released
Box Swift SDK Generated 0.3.1
released
Box Swift SDK Generated 0.3.1
released
Bug Fixes
- Extract
IntegrationMappingPartnerItemSlack
toIntegrationMappingPartnerItemSlackUnion
(box/box-codegen#530) (#165) (d51df9a
) - Improve chunked upload reliability (box/box-codegen#529) (#164) (
5d87629
) - Retry requests with 202 status code and
Retry-After
header (box/box-codegen#538) (#177) (64f27b3
)
New Features and Enhancements
- Add
is_active
parameter to user collaboration (box/box-openapi#437) (#163) (5f726bb
) - Add new parameters to Box AI methods and introduce
AiResponseFull
variant (box/box-openapi#446) (#201) (7c09090
) - Add support for Swift 5.6 (box/box-codegen#541) (#180) (
04b7020
) - parametrize chunked uploads endpoint URLs (box/box-openapi#444) (#192) (
ea18f9e
) - Support AI Agent API (box/box-codegen#531) (#170) (
fc9a00b
)