GET
/
v2
/
documents
/
{document_id}
/
download-url
Get Document Download URL
curl --request GET \
  --url https://api.openregisters.com/v2/documents/{document_id}/download-url \
  --header 'X-API-Key: <api-key>'
{
  "download_url": "<string>",
  "expires_in_seconds": 123,
  "document_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "kausate_id": "<string>",
  "document_sku": "<string>"
}

Authorizations

X-API-Key
string
header
required

Sign up at Kausate.com to get an API key

Path Parameters

document_id
string<uuid>
required

Query Parameters

expiration_seconds
integer
default:3600

URL expiration time in seconds (5 min to 24 hours)

Required range: 300 <= x <= 86400

Response

200
application/json

Successful Response

Response model for document download URL.