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.
curl -X GET "https://loading/v1/shares/string"null{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}