---
title: "Generate entry page"
method: POST
path: "/v1beta/documents/{document_id}/entry_page"
tags: ["Sharing & Distribution"]
---

# Generate entry page

`POST /v1beta/documents/{document_id}/entry_page`

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

## Path parameters

- `document_id` string, required — Document ID. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

## Response `200`

Success

- GenerateEntryPageResponse — GenerateEntryPageResponse contains the download URL for the entry page.
  - `download_url` string, uri, required — Temporary download URL for the entry page PDF.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
