Generate Cloud Uri

Generate an authenticated URI for a cloud-hosted Morphik application.

Args: request: Parameters for URI generation including app_id and name. authorization: Bearer token of the user requesting the URI.

Returns: A dictionary with the generated uri and associated app_id.

post/cloud/generate_uri

Headers

authorizationstring

Request body

app_idstring required

ID of the application

namestring required

Name of the application

user_idstring required

ID of the user who owns the app

expiry_daysinteger

Number of days until the token expires

Response

Successful Response

object required

Changes