📘 Public preview
AI Center API is currently in public preview.
UiPath is committed to stability and quality of our products, but preview features are always subject to change based on feedback that we receive from our customers. Using preview features is not recommended for production deployments.
Scope API Description AIC.Project.View GET: /v1/projects
View a list of projects
Scope API Description AIC.Dataset.View GET: /v1/datasets/{datasetId}
View a dataset by id GET: /v1/datasets
View a list of datasets GET: /v1/datasets/listDataset
View a list of blobs GET: /v1/datasets/restrictedListDataset
View a restricted list of blobs
Scope API Description AIC.MLPackages.View GET: /v1/mlpackages
View ML Packages GET: /v1/mlpackages/{mlPackageId}/versions
View ML Package versions with the search criteria AIC.ML.Packages.Delete DELETE: /v1/mlpackages/{mlPackageId}/versions/{versionId}
Delete ML Package version DELETE: /v1/mlpackages/{mlPackageId}/versions
Delete multiple ML Package versions DELETE: /v1/mlpackages/{mlPackageId}/versions/allundeployed
Delete all undeployed ML Package versions
Scope API Description AIC.MLSkills.Create POST: /v1/mlskills
Create an ML Skill AIC.MLSkills.View GET: /v1/mlskills
View ML Skill with the search by name criteria AIC.MLSkills.Edit POST: /v1/mlskills/{mlSkillId}
Update ML Skill POST: /v1/mlskills/rollback
Rollback ML Skill AIC.MLSkills.Delete DELETE: /v1/mlskills/{mlSkillId}
Delete an ML Skill
Scope API Description AIC.Pipelines.Create POST: /v1/pipelines
Create a pipeline AIC.Pipelines.View GET: /v1/pipelines/{pipelineId}
View pipeline by id GET: /v1/pipelines
View a list of pipelines GET: /v1/runs/{runId}
View run by id GET: /v1/runs
View a list of runs AIC.Pipelines.Delete DELETE: /v1/runs/{runId}
Delete a run by id
Updated about a month ago