Skip to main content
GET
/
document
/
initial-data
/
pdf
/
{documentId}
Retrieve PDF initial data
curl --request GET \
  --url https://app.myhero.so/document/initial-data/pdf/{documentId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "tableReferences": [
      {}
    ],
    "referencedRowsInDocument": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

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

Returns the table references and referenced rows associated with a PDF document. This data is used to populate dynamic fields when rendering the PDF template.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

documentId
string
required
Minimum string length: 1

Response

200 response

data
object
required