Skip to main content
POST
Error

Authorizations

x-api-key
string
header
required

Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.

Body

application/json
s3key
string
required
name
string
required

URL-safe slug for the share link.

auth_mode
enum<string>
required
Available options:
public,
password,
regular
password
string

Required when auth_mode is password.

expires_at
string<date-time>

Optional expiry ISO datetime.

content_type
string
rights_mode
string

For regular shares: private, organization, etc.

rbac
object

RBAC config for regular shares.

Response

Share link created.

name
string