Card Photo Upload Url
Issue a presigned PUT URL so the browser can upload a photo/logo directly to S3 without proxying the bytes through the API.
The card row’s photo_url / company_logo_url are updated via a
follow-up PATCH /cards/{card_id} once the upload succeeds — the
presign is intentionally not stateful so the browser can retry. The
browser persists the response’s public_url, which stays readable
after the presign expires (the card renders for anonymous visitors).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
The response is of type Response Card Photo Upload Url Route Cards Card Id Photo Upload Url Post · object.