Skip to main content

FileUrlResult

Signed download URL or item-specific error for one requested file.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
fileIdstringOptionalStable identifier of the stored file.
urlstringOptionalURL associated with the resource or outbound request.
successbooleanOptionalWhether the operation reports a successful result.
errorstringOptionalError information reported for this operation or item.
contentTypestringOptionalMIME type (e.g. "image/jpeg"); lets consumers pick the right content-part shape (IMAGE_URL vs FILE_URL). Empty when success = false or unknown.

Where used​

ReferenceRelationship
Generate pre-signed download URLs for multiple filesPOST /api/v1/storage/batch-generate-download-urls

Download the public reference contract.

Document: DOC-API-MODEL-file-url-result.