Skip to main content
GET
/
applications
/
{applicationId}
/
versions
/
{version}
/
sdk
Download the generated Client SDK and types
curl --request GET \
  --url https://local.withsutro.com/applications/{applicationId}/versions/{version}/sdk \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required
version
string
required

A semver compatible version string A version string for an Application

Example:

"1.2.34"

Response

An SDK and set of TypeScript types that can be used directly or passed to an LLM for UI creation