@@ -105,8 +105,8 @@ Once you make changes to the app settings, don't forget to [reauthorize][reauth]
[devconsole]: https://app.box.com/developers/console
-[accesstoken]: e://post-oauth2-token/
-[sa]: page://platform/user-types/#service-account/
+[accesstoken]: e://post-oauth2-token
+[sa]: page://platform/user-types/#service-account
[auth]: g://authorization
[aa]: g://authentication/client-credentials/client-credentials-setup/#application-access
[reauth]: g://authorization/custom-app-approval#re-authorization-on-changes
diff --git a/content/guides/authentication/oauth2/without-sdk.md b/content/guides/authentication/oauth2/without-sdk.md
index 14d08e39f..c05bda81e 100644
--- a/content/guides/authentication/oauth2/without-sdk.md
+++ b/content/guides/authentication/oauth2/without-sdk.md
@@ -318,11 +318,11 @@ To learn how to use an Access Token visit our guide on [Making API calls][apic].
-[auth]: e://get-authorize/
+[auth]: e://get-authorize
[ci]: e://get-authorize/#param-client_id
[re]: e://get-authorize/#param-redirect_uri
[co]: e://get-authorize/#param-response_type
[st]: e://get-authorize/#param-state
[thirty]: g://api-calls/permissions-and-errors/expiration
-[at]: e://post-oauth2-token/
-[apic]: g://api-calls/
+[at]: e://post-oauth2-token
+[apic]: g://api-calls
diff --git a/content/guides/box-ai/ai-models/index.md b/content/guides/box-ai/ai-models/index.md
index 0ca4b5cfc..e8c27fc58 100644
--- a/content/guides/box-ai/ai-models/index.md
+++ b/content/guides/box-ai/ai-models/index.md
@@ -35,24 +35,25 @@ Models offered in **Preview** mode have not been fully performance-tested at sca
A multimodal model designed to handle lightweight tasks.
+ Default for Box AI for Box Hubs
Default for Box AI for Docs
Default for Box AI for Box Notes Q&A
Available
-
- A multimodal model, highly efficient in handling complex, multi-step tasks.
-
- Default for Box AI for Box Hubs
- Available
-
-
The fastest Gemini multimodal model, built for high volume tasks and latency-sensitive applications.
Default for Box AI Extract
Preview
+
+
+ A multimodal model, highly efficient in handling complex, multi-step tasks.
+
+ Chat
+ Available
+
A foundation model that performs well at a variety of multimodal tasks.
diff --git a/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md b/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
index eddb4c6dc..8fac3d20a 100644
--- a/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
+++ b/content/guides/box-ai/ai-tutorials/extract-metadata-structured.md
@@ -20,7 +20,7 @@ Endpoints related to metadata extraction are currently a beta feature offered su
With Box AI API, you can extract metadata from the provided file
-and get the result in the form of key-value pairs.
+and get the result in the form of key-value pairs.
As input, you can either create a structure using the `fields` parameter, or use an already defined metadata template.
To learn more about creating templates, see [Creating metadata templates in the Admin Console][templates-console] or use the [metadata template API][templates-api].
@@ -28,6 +28,36 @@ To learn more about creating templates, see [Creating metadata templates in the
Make sure you followed the steps listed in [getting started with Box AI][prereq] to create a custom app and authenticate.
+