Skip to content

Commit fe36d6a

Browse files
committed
add rest api link to content
1 parent f854a35 commit fe36d6a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

articles/ai-services/content-understanding/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ landingContent:
1919
links:
2020
- text: What is Azure AI Content Understanding?
2121
url: overview.md
22+
- text: Azure AI Content Understanding REST API
23+
url: /rest/api/aiservices/
2224
- text: FAQ
2325
url: faq.yml
2426

@@ -39,9 +41,9 @@ landingContent:
3941
linkLists:
4042
- linkListType: quickstart
4143
links:
42-
- text: REST API
44+
- text: Try Content Understanding REST API
4345
url: quickstart/use-rest-api.md
44-
- text: Azure AI Foundry
46+
- text: Try Azure AI Foundry
4547
url: image/overview.md
4648

4749
- title: How-to guides

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ To follow are several of our video analyzer templates.
122122

123123
## Next steps
124124

125-
* In this quickstart, you learned how to create an analyzer in Azure AI Foundry. To use REST APIs, *see8 the [REST API quickstart](use-rest-api.md).
125+
* In this quickstart, you learned how to create an analyzer in Azure AI Foundry. To use [REST API](/rest/api/aiservices/), *see* the [REST API quickstart](use-rest-api.md).
126126

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.date: 11/19/2024
1212

1313
# Quickstart: Azure AI Content Understanding REST APIs
1414

15-
* Start using the latest preview version of the Azure AI Content Understanding REST API (2024-12-01-preview).
15+
* Start using the latest preview version of the Azure AI Content Understanding [REST API (2024-12-01-preview)](/rest/api/aiservices/).
1616

1717
* Azure AI Content Understanding is a new generative AI-based [**Azure AI Service**](../../what-are-ai-services.md) that analyzes files of any modality (documents, images, videos, and audio) and extracts structured output in user-defined field formats.
1818

1919
* Integrate the Content Understanding service into your workflows and applications easily by calling our REST APIs.
2020

21-
* This quickstart guides you through using the Content Understanding REST API to create a custom analyzer and extract content and fields from your input.
21+
* This quickstart guides you through using the [Content Understanding REST API](/rest/api/aiservices/) to create a custom analyzer and extract content and fields from your input.
2222

2323
## Prerequisites
2424

@@ -542,6 +542,6 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
542542

543543
## Next steps
544544

545-
* In this quickstart, you learned how to call the REST API to create a custom analyzer. For a user experience, try [**Azure AI Foundry**](https://ai.azure.com/).
545+
* In this quickstart, you learned how to call the [REST API](/rest/api/aiservices/) to create a custom analyzer. For a user experience, try [**Azure AI Foundry**](https://ai.azure.com/).
546546

547547

articles/ai-services/content-understanding/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following limits apply as of version 2024-12-01-preview.
9292
Classification fields can be defined to return either a single category (single-label classification) or multiple categories (multi-label classification).
9393

9494
* **Single-label classification**: Defined using a string field with the `classify` method. It can be a top-level basic field or a subfield within a group or table.
95-
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the REST API, `method=classify` and `enum` are specified on the inner string field and can only be a top-level field.
95+
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the [REST API](/rest/api/aiservices/), `method=classify` and `enum` are specified on the inner string field and can only be a top-level field.
9696

9797
*Note: Document analyzers currently don't support classification fields.*
9898

articles/ai-services/content-understanding/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ items:
4949
- name: Video
5050
href: video/overview.md
5151
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
52+
- Name: Reference
53+
items:
54+
- name: REST API
55+
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
56+
href: /rest/api/aiservices/
57+

0 commit comments

Comments
 (0)