Skip to main content
GET
/
document
/
docx
/
{documentId}
/
download-url
Get signed URL for the .docx blob
curl --request GET \
  --url https://app.myhero.so/document/docx/{documentId}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "seededAt": 123
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

documentId
string
required
Minimum string length: 1

Response

200 response

url
string
required
seededAt
number | null
required