v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Sharing & Distribution

Generate entry page

Generate and return a temporary downloadable URL for the document entry page PDF.

post/v1beta/documents/{document_id}/entry_page

Path parameters

document_idstring required

Document ID. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

Document ID. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

Response

Success

download_urlstring uri required

Temporary download URL for the entry page PDF.

Example response

{
  "download_url": "https://storage.factify.com/entry-pages/abc123.pdf?token=xyz"
}