downloadUrl,
a share can carry an optional expiry, be revoked, and is the right artifact to return to an end-user
for a record they will revisit. Your project ck_live_ key can create shares.
Create a share
POST /v1/renders/:id/shares. The render must have succeeded
first (otherwise 409 not_ready).
expiresAt for a link with no auto-expiry. If your project has a custom share domain
configured, shareUrl uses it.
List and revoke
GET /v1/renders/:id/shareslists all shares for a render (revoked included).DELETE /v1/renders/:id/shares/:shareIdrevokes a share (setsrevokedAt); the link stops resolving immediately.