نسخه بتا · دانا به‌زودی عرضه می‌شود
مستندات
Api referenceShares

Get Share

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.

GET
/v1/shares/{slug}

Path Parameters

slugSlug

Response Body

curl -X GET "https://loading/v1/shares/string"
null
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}