POST
Create a frozen public calculator snapshot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
brand
enum<string>
required
Available options:
rolex,
patek,
ap
title
string
Maximum string length: 160
selected_rows
object[]
Maximum array length: 10000
expires_at
string<date-time> | null

Optional future expiry time. Expired shares return the same 404 as unknown and revoked tokens.

Response

Share creation event accepted; status is pending.

share_id
string<uuid>
required
token
string
required

Raw opaque token returned only by the create command. It cannot be recovered later.

public_url
string<uri>
required
status
enum<string>
required
Available options:
pending
expires_at_ms
integer<int64> | null