---
title: "Get a Signed Review URL for a Folder"
method: GET
path: "/api/v1/eevee/apikey/review-url-folder/{folder_id}/"
tags: ["Folders"]
---

# Get a Signed Review URL for a Folder

`GET /api/v1/eevee/apikey/review-url-folder/{folder_id}/`

Generate a secure, shareable link for a folder of documents. This allows external parties to review the folder's contents without needing a Docsumo account. Provide the unique `folder_id` to create the link.

## Path parameters

- `folder_id` string, required

## Headers

- `apikey` string, required

## Response `200`

OK

- InlineResponse2004
  - `data` InlineResponse2004Data — The data describing the document, including its structure and associated metadata.
    - `document` InlineResponse2004DataDocument
      - `data` InlineResponse2004DataDocumentData
        - `col1` string
        - `col2` string
        - `col3` string
    - `doc_id` string — The unique identifier for the requested document.
    - `pages` object[] — A list of pages within the document, each with its own image URL and dimensions.
    - `preview_image` object — An image object for the first page of the document, including its URL and dimensions.
    - `type` string — The document type identifier for the requested document.
    - `type_title` string — The display name of the document type.
    - `uploaded_by` string — Details of the user who uploaded the document, such as avatar URL, email, full name, and user ID.
    - `user_id` string — Unique identifier for the user associated with the document.
  - `error` string — A message describing any errors encountered during the request.
  - `error_code` string — A code representing the specific error, if any.
  - `message` string — Additional information or context about the response.
  - `status` string — The status of the request (e.g., 'success' or 'fail').
  - `status_code` integer — The HTTP status code of the response.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
