Skip to main content
GET
/
api
/
v1
/
documents
/
{id}
/
download-url
Get a download URL
curl --request GET \
  --url https://sandbox.api.nkama.ga/api/v1/documents/{id}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Path Parameters

id
string<uuid>
required

Document id

Response

A presigned download URL

url
string<uri>