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
Example response
{
"download_url": "https://storage.factify.com/entry-pages/abc123.pdf?token=xyz"
}