Skip to main content
POST
Share Artifact
Generate a signed share URL for an existing artifact. The URL allows anyone to view the artifact without authentication.

Request

string
required
The artifact ID to share
string
Share link expiration. Examples: 1h, 24h, 7d, 30d. Default: 7d
boolean
Allow viewers to download the artifact (PDF only). Default: false
string
Optional password protection for the share link

Response

string
The shareable URL
string
The share token (for reference)
string
ISO 8601 expiration timestamp

Code Examples

Password-Protected Sharing

To create a password-protected share link:
Viewers will be prompted to enter the password before accessing the artifact.