201 Successful Response
Schema: ShareLinkResponse
-
share_idstring required -
deck_idstring required -
tokenstring required -
urlstring required -
expires_atstring · date-time -
slugstring
/api/v1/ai-reporting/decks/{deck_id}/share
Mint a SHA-256 token-protected public share URL. The raw token is returned in this response exactly once — store or display it immediately. Subsequent listings only show metadata (no token).
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
deck_id
string
required
Schema: CreateShareRequest
expires_in_hours
integer
slug
string
Schema: ShareLinkResponse
share_id
string
required deck_id
string
required token
string
required url
string
required expires_at
string · date-time
slug
string
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object