Skip to main content
GET
/
document
/
preview-content
/
{fileId}
Retrieve document preview content
curl --request GET \
  --url https://app.myhero.so/document/preview-content/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

fileId
string
required
Minimum string length: 1

Response

200 - application/json

200 response

data
any