---
title: Get Share
description: |-
  Return share snapshot + presigned file URLs for ISR rendering.

  Called by the Next.js ISR renderer on apps/chat. No auth required; the slug
  itself is the capability (22-char base58, unguessable). Revoked shares
  return 410 Gone.
full: true
_openapi:
  method: GET
  route: /v1/shares/{slug}
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >-
          Return share snapshot + presigned file URLs for ISR rendering.


          Called by the Next.js ISR renderer on apps/chat. No auth required; the
          slug

          itself is the capability (22-char base58, unguessable). Revoked shares

          return 410 Gone.
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document={"./openapi/dana-api.openapi.json"} operations={[{"path":"/v1/shares/{slug}","method":"get"}]} webhooks={[]} hasHead={false} />