📄️ Get a SAS URL for uploading an asset document
Issues a short-lived SAS URL for uploading a file directly to blob storage. After uploading, commit the document's metadata with POST /assets/{assetId}/documents.
📄️ Commit an uploaded asset document
Persists metadata for a file previously uploaded via the SAS URL from POST /upload-sas. Verifies the blob exists and enforces the 25 MB size limit against the stored blob.
📄️ List an asset's documents
Returns a page of the asset's documents with optional file-name filtering and sorting (default newest first).
📄️ Get a download URL for an asset document
Issues a short-lived SAS URL that downloads the original file with its stored file name.
📄️ Update an asset document's description
Updates the description of a document attached to the asset.
📄️ Delete an asset document
Deletes the document's metadata record and its stored file.