Skip to main content
GET
/
api
/
v1
/
documents
/
{id}
/
download
Download signed document
curl --request GET \
  --url https://app.sajn.se/api/v1/documents/{id}/download \
  --header 'authorization: <authorization>'
{
  "downloadUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sajn.se/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required

Bearer token for API authentication

Path Parameters

id
string
required

Query Parameters

Response

Document download response

Document download response

downloadUrl
string<uri>
required

Pre-signed URL for downloading the document (valid for 1 hour)