---
title: "Get a Signed Review URL for a Document"
method: GET
path: "/api/v1/eevee/apikey/review-url/{doc_id}/"
tags: ["Documents"]
---

# Get a Signed Review URL for a Document

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

Generate a temporary, signed URL for reviewing a specific document. This URL can be shared with users who do not have a Docsumo account. You can get the `doc_id` from the 'List All Documents' endpoint.

## Path parameters

- `doc_id` string, required

## Query parameters

- `signed_url` boolean

## Headers

- `apikey` string, required

## Response `200`

OK

- InlineResponse2007
  - `data` InlineResponse2007Data
    - `review_url` string — The signed review URL for the document.
  - `error` string — A message describing any errors encountered during the request.
  - `error_code` string — A code representing the specific error encountered during the request.
  - `status` string — The status of the request.
  - `status_code` integer — The HTTP status code of the response.

## Other responses

- `202` — Document Still Processing
- `401` — Unauthorized
- `404` — Not Found
- `500` — Processing Error

---

[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)
