---
title: "Retrieve the signed URL of a specific document."
method: GET
path: "/v1/libraries/{library_id}/documents/{document_id}/signed-url"
tags: ["beta.libraries.documents"]
---

# Retrieve the signed URL of a specific document.

`GET /v1/libraries/{library_id}/documents/{document_id}/signed-url`

Given a library and a document in that library, retrieve the signed URL of a specific document.The url will expire after 30 minutes and can be accessed by anyone with the link.

## Path parameters

- `library_id` string, uuid, required
- `document_id` string, uuid, required

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

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