> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StagedFileUpload

> Represents a staged file upload.

## Fields

<ResponseField name="file" type="File!" required>
  The file that is staged for upload.
</ResponseField>

<ResponseField name="signedUploadUrl" type="Url!" required>
  A signed upload URL to use when uploading file.
</ResponseField>

<ResponseField name="signedUploadUrlExpiryDate" type="ISO8601DateTime!" required>
  Date when upload URL expires.
</ResponseField>

## Used by

* [`stagedFileUploadCreate`](/lender-api/reference/mutations/files/staged-file-upload-create) (mutation)
