Skip to content

Commit

Permalink
Merge branch 'main' into box/box-ui-elements/v22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Oct 23, 2024
2 parents 3193d1d + 9ef2a71 commit c6da0a0
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions content/2024/10-22-box-ai-text-gen-ask-ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
applied_at: "2024-10-22"
applies_to:
- guides
- api
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ""
---

# Box AI API — Document Q&A and Box AI API — Text Generation generally available

We are excited to announce that [Box AI API — Document Q&A][2] and [Box AI API — Text Generation][3] features are now available to all **Enterprise Plus** customers.

[Box AI API][1] allows you to use Box AI functionality in your custom applications. For example, you can implement Box AI question and answer functionality in your third party applications,or generate content right in your product’s content editor. You can also extract metadata from the provided documents.

_Endpoints related to metadata extraction are currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change._

<!-- more -->

Currently, Box AI functionality allows you to:

* Get responses to your questions.
* Get a summary of a document.
* Generate text you can use in your documents.
* Extract metadata from the provided file in a flexible way, meaning you have more freedom when using the prompt.
* Extract metadata from the provided file using a [metadata template][4] or the `fields` structure.
* Fetch and override the default API model configuration.

Check the [Box AI API developer guides][1] to learn more about Box AI and check the [API Reference][5] for Box AI API details.


## Box AI for UI Elements

[Box AI for UI Elements][6] enhances [Content Preview][7] with Box AI - Document Q&A and Text Generation functionality.
The enhanced Box AI for UI Elements allows the users to embed AI functionality in their custom applications to facilitate answering questions, summarizing a document, adding citations and using dialogue history, and formatting support.

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][8] for any help needed.

[1]: https://developer.box.com/guides/box-ai
[2]: g://box-ai/ask-questions/
[3]: g://box-ai/generate-text/
[4]: https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates
[5]: e://ai-agent-ask/
[6]: g://embed/ui-elements/preview#box-ai-ui-element
[7]: g://embed/ui-elements/preview
[8]: https://forum.box.com/

0 comments on commit c6da0a0

Please sign in to comment.