ai-center
latest
false
- Release Notes
 - Getting started
 - Notifications
 - Projects
 - Datasets
 - Data Labeling
 - ML packages
 - Out of the box packages
 - Pipelines
 - ML Skills
 - ML Logs
 - Document UnderstandingTM in AI Center
 - AI Center API
- Overview
 - API list
 
 - Licensing
 - AI Solutions Templates
 - How to
 - Basic Troubleshooting Guide
 

AI Center
Last updated Sep 1, 2025
Note: All listed endpoints are constructed on the
               following root:
               
            
         https://cloud.uipath.com/{accountname}/{tenantname}/aifabric_/.
               
               For example:
                  
               
            https://cloud.uipath.com/{accountname}/{tenantname}/aifabric_/ai-deployer/v1/mlpackages.
               | Scope | API | Description | 
|---|---|---|
| AIC.Dataset.View | GET:
                              /ai-deployer/v1/datasets/{datasetId} | View a dataset by id | 
GET: /ai-deployer/v1/datasets | View a list of datasets | |
GET:
                              /ai-deployer/v1/datasets/listDataset | View a list of blobs | |
GET:
                              /ai-deployer/v1/datasets/restrictedListDataset | View a restricted list of blobs | 
| Scope | API | Description | 
|---|---|---|
| AIC.MLPackages.Create | POST:
                              /ai-deployer/v1/mlpackages | Clone an out of the box model.
                               Note: Uploading your own model is not supported
                                 using APIs.
                               
                              
                            | 
| AIC.MLPackages.View | GET: /ai-deployer/v1/mlpackages | View ML Packages | 
GET:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | View ML Package versions with the search criteria | |
| AIC.ML.Packages.Delete | DELETE:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | Delete ML Package version | 
DELETE:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | Delete multiple ML Package versions | |
DELETE:
                              /ai-deployer/v1/mlpackages/{mlPackageId} | Delete all undeployed ML Package versions | 
| Scope | API | Description | 
|---|---|---|
| AIC.MLSkills.Create | POST: /ai-deployer/v2/mlskills | Create an ML Skill | 
| AIC.MLSkills.View | GET: /ai-deployer/v2/mlskills | View ML Skill with the search by name criteria | 
| AIC.MLSkills.Edit | POST:
                              /ai-deployer/v2/mlskills/{mlSkillId} | Update ML Skill | 
POST:
                              /ai-deployer/v2/mlskills/rollback | Rollback ML Skill | |
POST:
                              /ai-deployer/v1/mlskills/{mlSkillId}?updateType=RESUME | Restart (deploy) an ML Skill | |
| AIC.MLSkills.Delete | DELETE:
                              /ai-deployer/v2/mlskills/{mlSkillId} | Delete an ML Skill | 
POST:
                              /ai-deployer/v2/mlskills/{mlSkillId} | Update (stop) ML Skill | |
PUT:
                              /ai-deployer/v2/mlskills/stop/{mlSkillId} | Stop an ML Skill | 
| Scope | API | Description | 
|---|---|---|
| ALL | PUT: /ai-deployer/v1/runs/{runId} | Update a pipeline run | 
| AIC.Pipelines.Create | POST: /ai-deployer/v1/pipelines | Create a pipeline | 
| AIC.Pipelines.View | GET: /ai-deployer/v1/pipelines/{pipelineId} | View pipeline by id | 
GET: /ai-deployer/v1/pipelines | View a list of pipelines | |
GET: /ai-deployer/v1/runs/{runId} | View run by id | |
GET: /ai-deployer/v1/runs | View a list of runs | |
| AIC.Pipelines.Delete | DELETE: /ai-deployer/v1/runs/{runId} | Delete a run by id |