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: docs/sdkgen/ai.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,11 @@ A response including the answer from the LLM.
136
136
Sends an AI request to supported Large Language Models (LLMs) and returns extracted metadata as a set of key-value pairs.
137
137
138
138
To define the extraction structure, provide either a metadata template or a list of fields. To learn more about creating templates, see [Creating metadata templates in the Admin Console](https://support.box.com/hc/en-us/articles/360044194033-Customizing-Metadata-Templates)
139
-
or use the [metadata template API](g://metadata/templates/create).
139
+
or use the [metadata template API](https://developer.box.com/guides/metadata/templates/create).
140
140
141
-
This endpoint also supports [Enhanced Extract Agent](g://box-ai/ai-tutorials/extract-metadata-structured/#enhanced-extract-agent).
141
+
This endpoint also supports [Enhanced Extract Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent).
142
142
143
-
For information about supported file formats and languages, see the [Extract metadata from file (structured)](g://box-ai/ai-tutorials/extract-metadata-structured) API guide.
143
+
For information about supported file formats and languages, see the [Extract metadata from file (structured)](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured) API guide.
144
144
145
145
This operation is performed by calling function `createAiExtractStructured`.
Copy file name to clipboardExpand all lines: docs/sdkgen/downloads.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ redirects** setting enabled to automatically
38
38
follow HTTP `3xx` responses as redirects. If not, the request
39
39
will return `302` instead.
40
40
For details, see
41
-
the [download file guide](g://downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will
41
+
the [download file guide](https://developer.box.com/guides/downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will
42
42
be returned indicating the time in seconds after which the file will
43
43
be available for the client to download.
44
44
@@ -79,7 +79,7 @@ redirects** setting enabled to automatically
79
79
follow HTTP `3xx` responses as redirects. If not, the request
80
80
will return `302` instead.
81
81
For details, see
82
-
the [download file guide](g://downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will
82
+
the [download file guide](https://developer.box.com/guides/downloads/file#download-url).If the file is not ready to be downloaded yet `Retry-After` header will
83
83
be returned indicating the time in seconds after which the file will
Copy file name to clipboardExpand all lines: docs/sdkgen/fileversionretentions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
Retrieves all file version retentions for the given enterprise.
10
10
11
11
**Note**:
12
-
File retention API is now **deprecated**.
12
+
File retention API is now **deprecated**.
13
13
To get information about files and file versions under retention,
14
-
see [files under retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
14
+
see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
15
15
16
16
This operation is performed by calling function `getFileVersionRetentions`.
17
17
@@ -43,9 +43,9 @@ Returns a list of all file version retentions for the enterprise.
43
43
Returns information about a file version retention.
44
44
45
45
**Note**:
46
-
File retention API is now **deprecated**.
46
+
File retention API is now **deprecated**.
47
47
To get information about files and file versions under retention,
48
-
see [files under retention](e://get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](e://get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
48
+
see [files under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-files-under-retention) or [file versions under retention](https://developer.box.com/reference/get-retention-policy-assignments-id-file-versions-under-retention) endpoints.
49
49
50
50
This operation is performed by calling function `getFileVersionRetentionById`.
0 commit comments