---
title: "Get document URL"
method: GET
path: "/documents/{id}/url"
tags: ["documents"]
---

# Get document URL

`GET /documents/{id}/url`

Returns a signed URL for the document (valid for 5 minutes). By default the URL is
configured for inline viewing in the browser. Pass ?download=true to get a download URL instead.

## Path parameters

- `id` string, required

## Query parameters

- `download` boolean

## Response `200`

OK

- ModelsEmbedURLResponse
  - `expires_at` string
  - `mesh_url` string
  - `mime_type` string
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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