Get published URL

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Returns the public URL of a published app, so you can link to it or open it.

The app has to be live. An app that has never been published, or that has been unpublished, has no public URL. Publish it with Deploy an app first.

The URL is always built from the app's slug, like https://my-crm-3c45a1f2.base44.app. If you also serve the app on your own domain, that domain isn't returned, and the slug URL keeps working alongside it.

get/api/apps/platform/{app_id}/published-url

Path parameters

app_idstring required

ID of the app whose published URL to return.

ID of the app whose published URL to return.

Response

Successful Response

urlstring required

Public URL of the published app, built from its slug.

Example response

{
  "url": "https://my-crm-3c45a1f2.base44.app"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.