You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/archives/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ and it is not accessible to previous owner and collaborators.
28
28
29
29
## Archives are folders
30
30
31
-
Archives are a special type of folders. Box Archive APIs allow you to create, list and delete archives.
31
+
Archives are a special type of folders. Box Archive APIs allow you to create, list, update and delete archives.
32
32
However, there are other APIs that also work with archives or with content within archives.
33
33
For a full list of supported APIs, see the [Supported APIs][Supported APIs] guide.
34
34
@@ -37,11 +37,13 @@ For a full list of supported APIs, see the [Supported APIs][Supported APIs] guid
37
37
Before using any of the Box Archive APIs, make sure you can access [Box Archive in Admin Console][Box Archive in Admin Console].
38
38
Your Box Platform app must have the `GCM` and `Read and write all files and folders`[scopes][Scopes] enabled.
39
39
If you plan to only view archives and not modify them, use the `Read all files and folders` instead of the `Read and write all files and folders` scope.
40
+
Additionally, to be able to assign [storage policy][Storage policy] to an archive during its creation, your enterprise must have access to the Box Zones feature and your app must have the `Manage users` scope.
40
41
41
42
<Messagetype='notice'>
42
43
The `GCM` scope is not available in the Developer Console and needs to be enabled by contacting customer support.
43
44
</Message>
44
45
45
46
[Supported APIs]: g://archives/supported-apis
46
47
[Box Archive in Admin Console]: https://support.box.com/hc/en-us/p/Product_Page_2023?section-id=40168863437843
**IBM Llama 4 Maverick** is a natively multimodal AI model using a mixture-of-experts architecture, designed for high-performance text and image understanding with support for 12 languages.
14
+
15
+
## Model details
16
+
17
+
| Item | Value | Description |
18
+
| ----- | ----- | ----------- |
19
+
| Model name |**IBM Llama 4 Maverick**| The name of the model. |
20
+
| Model category |**Standard**| The category of the model: Standard or Premium. |
21
+
| API model name |`ibm__llama_4_maverick`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
22
+
| Hosting layer |**IBM**| The trusted organization that securely hosts LLM. |
23
+
| Model provider |**Meta**| The organization that provides this model. |
24
+
| Release date |**April 5th, 2025**| The release date for the model. |
25
+
| Knowledge cutoff date |**August 2024**| The date after which the model does not get any information updates. |
26
+
| Input context window |**1m**| The number of tokens supported by the input context window. |
27
+
| Maximum output tokens |**Not specified**| The number of tokens that can be generated by the model in a single request. |
28
+
| Empirical throughput |**Not specified**| The number of tokens the model can generate per second. |
29
+
| Open source |**Yes**| Specifies if the model's code is available for public use. |
30
+
| IP infringement protection |**No**| Use of this model does not come with any intellectual property rights assurances or protections from Box. Please consider any potential IP issues that might arise from using the model’s outputs. |
31
+
32
+
## Additional documentation
33
+
34
+
For additional information, see [official IBM Llama 4 Maverick documentation][IBM].
Copy file name to clipboardExpand all lines: content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,30 @@ and get the result in the form of key-value pairs.
20
20
As input, you can either create a structure using the `fields` parameter, or use an already defined metadata template.
21
21
To learn more about creating templates, see [Creating metadata templates in the Admin Console][templates-console] or use the [metadata template API][templates-api].
22
22
23
+
## Supported file formats
24
+
25
+
The endpoint supports the following file formats:
26
+
27
+
- PDF
28
+
- TIFF
29
+
- PNG
30
+
- JPEG
31
+
32
+
Box AI automatically applies optical character recognition (OCR) when processing image files (TIFF, PNG, JPEG) and scanned documents. This eliminates the need to convert images to PDF before extraction, saving time and simplifying your integration.
33
+
34
+
## Supported languages
35
+
36
+
Box AI can extract metadata from documents in the following languages:
37
+
<!--alex ignore-->
38
+
- English
39
+
- Japanese
40
+
- Chinese
41
+
- Korean
42
+
<!--alex enable-->
43
+
- Cyrillic-based languages (such as Russian, Ukrainian, Bulgarian, and Serbian)
44
+
45
+
No additional configuration is required to use different languages or image formats. Box AI automatically detects the language and applies OCR when needed.
46
+
23
47
## Before you start
24
48
25
49
Make sure you followed the steps listed in [getting started with Box AI][prereq] to create a platform app and authenticate.
Copy file name to clipboardExpand all lines: content/guides/box-ai/ai-tutorials/extract-metadata.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,13 @@ alias_paths:
14
14
15
15
# Extract metadata from file (freeform)
16
16
17
-
Box AI API allows you to query a document or image and extract metadata based on a provided prompt.
17
+
Box AI API allows you to query a document and extract metadata based on a provided prompt.
18
18
**Freeform** means that the prompt can include a stringified version of formats such as JSON or XML, or even plain text.
19
19
20
+
<Messagetype="notice">
21
+
The **Extract metadata (freeform)** endpoint doesn't support OCR. To extract metadata from image files (TIFF, PNG, JPEG) or documents in languages other than English, use the [Extract metadata (structured)][structured-endpoint] endpoint.
22
+
</Message>
23
+
20
24
## Before you start
21
25
22
26
Make sure you followed the steps listed in [getting started with Box AI][prereq] to create a platform app and authenticate.
@@ -151,4 +155,5 @@ The response includes the `fields` present in the file, along with their values:
The `allow` attribute enables clipboard operations and local network access for Google Chrome 142 and above and Microsoft Edge 143 and above. While designed for these browser versions, this attribute can be safely included for all browsers. Other browsers will ignore it.
88
+
89
+
Without this attribute, embedded Box content might not work correctly with Box Tools, Device Trust, or the clipboard copy button.
90
+
91
+
<Messagetype='notice'>
92
+
The Embed Widget Link Generation modal automatically includes this parameter in the generated code.
93
+
</Message>
94
+
84
95
### Finding your shared link value
85
96
86
97
The first step to building an embed `iframe` programmatically is to generate
Copy file name to clipboardExpand all lines: content/guides/embed/ui-elements/explorer.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ more, see [Dedicated Scopes for Box UI Elements][scopes].
265
265
266
266
You can expand the actions in the **More Options** menu for files and folders in Content Explorer and Content Picker. Your custom options show when user clicks the ellipsis button.
267
267
268
-
To customize the **More Options** menu, pass an array of custom actions to `itemActions`.
268
+
To customize the **More Options** menu, pass an array of custom actions to `itemActions`.
0 commit comments