@@ -70,21 +70,20 @@ All API requests require authentication using one or more of the following metho
70
70
The Adaptive custom translation API is organized into three main operation categories:
71
71
72
72
### 1. Project Operations
73
- - [ Get All Projects] ( #get-all-workspaces )
74
- - [ Get Project] ( #get-workspace )
75
- - [ Create Project] ( #create-workspace )
73
+ * [ Get All Projects] ( #get-all-projects )
74
+ * [ Get Project] ( #get-project )
75
+ * [ Create Project] ( #create-project )
76
76
77
77
### 2. Document Operations
78
- - [ Get Adaptive Documents] ( #get-documents )
79
- - [ Import Adaptive Documents (TMX/TSV)] ( #import-documents-tmx )
80
- - [ Get Import Job Status] ( #get-import-job-status )
81
- - [ Delete Documents] ( #import-documents )
78
+ * [ Get Adaptive Documents] ( #get-documents )
79
+ * [ Import Adaptive Documents (TMX/TSV)] ( #import-documents-tsv-tmx )
80
+ * [ Get Import Job Status] ( #get-import-job-status )
82
81
83
82
### 3. Dataset Index Operations
84
- - [ Create Dataset Index] ( #create-index )
85
- - [ Get Dataset Index] ( #get-index )
86
- - [ Get All Dataset Indexes] ( #get-all-indexes )
87
- - [ Delete Dataset Index] ( #delete-index )
83
+ * [ Create Dataset Index] ( #create-index )
84
+ * [ Get Dataset Index] ( #get-dataset -index )
85
+ * [ Get All Dataset Indexes] ( #get-all-dataset- indexes ) )
86
+ * [ Delete Dataset Index] ( #delete-dataset -index )
88
87
89
88
## Project Operations
90
89
@@ -488,7 +487,7 @@ curl -X DELETE "https://<your-resource-name>.cognitiveservices.azure.com/transla
488
487
489
488
## Translate With Dataset Index
490
489
491
- [ Use Text Translation API] ( https://learn.microsoft.com /azure/ai-services/translator/text-translation/preview/overview)
490
+ [ Use Text Translation API] ( /azure/ai-services/translator/text-translation/preview/overview )
492
491
493
492
## Error Responses
494
493
@@ -511,7 +510,7 @@ The API returns standard HTTP status codes. Common error responses:
511
510
512
511
## Next Steps
513
512
514
- - [ Learn about custom translator models] ( https://learn.microsoft.com /azure/ai-services/translator/custom-translator/overview)
515
- - [ Learn about the text translation API] ( https://learn.microsoft.com /azure/ai-services/translator/text-translation/preview/overview)
516
- - [ Explore Azure AI Foundry for advanced AI capabilities] ( https://learn.microsoft.com /azure/ai-foundry/)
513
+ * [ Learn about custom translator models] ( /azure/ai-services/translator/custom-translator/overview )
514
+ * [ Learn about the text translation API] ( /azure/ai-services/translator/text-translation/preview/overview )
515
+ * [ Explore Azure AI Foundry for advanced AI capabilities] ( /azure/ai-foundry/ )
517
516
0 commit comments