FileUrlResult
Signed download URL or item-specific error for one requested file.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
fileId | string | Optional | Stable identifier of the stored file. |
url | string | Optional | URL associated with the resource or outbound request. |
success | boolean | Optional | Whether the operation reports a successful result. |
error | string | Optional | Error information reported for this operation or item. |
contentType | string | Optional | MIME 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
| Reference | Relationship |
|---|---|
| Generate pre-signed download URLs for multiple files | POST /api/v1/storage/batch-generate-download-urls |
Download the public reference contract.
Document: DOC-API-MODEL-file-url-result.