studio-web
2024.10
true
- Getting started
- Administration
- 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
- Using UI Automation for browser interactions
- Running and testing your projects
- Managing automations
- Studio Web API
- API overview
- API list
API overview
Studio Web for Automation Suite User Guide
Last updated Nov 11, 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.