studio-web
latest
false
- Release notes
- Getting started
- For administrators
- Designing automations
- Creating an automation from an idea
- Creating a project
- How to start an automation
- Managing project files and folders
- Connecting automations to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- Running and testing your projects
- Managing automations
- Web app projects - Preview
- Studio Web API
- API overview
- API list
API overview
Studio Web User Guide
Last updated Oct 22, 2024
API overview
Studio Web API allows you to manage Studio Web resources from an external application. You can authorize the external app without sharing any credentials, through the Oauth 2.0 authorization framework.
You can access Studio Web API
documentation through Swagger by adding
studio_/backend/swagger/index.html
to your Studio Web URL. For
example:
https://cloud.uipath.com/tenantname/studio_/backend/swagger/index.html
For the list of Studio Web API, check the API list page.
Learn more about external applications and how to manage them in UiPath® Automation Cloud.