# Base URL

> Base URL for the Apps API in Automation Cloud.

The base URL for all Apps API requests is:

`https://cloud.uipath.com/{organizationId}/apps_/default/api/v1/default`

`{organizationId}` is a placeholder for your organization ID.

All endpoints documented in this guide are appended to this base URL. For example, the get deployed apps endpoint resolves to:

`GET https://cloud.uipath.com/{organizationId}/apps_/default/api/v1/default/models/deployed/apps`
