Nurama Developers
ShortLinks

Resolve a short link

Resolves a short link code to its full deep link. This endpoint is publicly accessible and does not require authentication. The deep link can be used to navigate directly to a resource in the Nurama web app.

GET
/shortlink/{code}

Resolves a short link code to its full deep link. This endpoint is publicly accessible and does not require authentication. The deep link can be used to navigate directly to a resource in the Nurama web app.

Path Parameters

code*string

The 8-character alphanumeric short link code.

Match^[a-zA-Z0-9]+$
Length8 <= length <= 8

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/shortlink/Ab3dEf9H"
{  "deepLink": "https://app.nurama.com/workspaces/my-workspace/projects/my-project/creator/assets/019e10aa-0000-7000-8000-000000000001",  "resourceType": "asset",  "visibility": "creator"}