# Files

This is an object representing a file hosted on our servers. The file may have been uploaded by yourself using the create file request (for example, when uploading dispute evidence).

| Fields | Type | Description |
| ------ | ---- | ----------- |
| id | string | Unique identifier for the object. |
| object | string | "file" |
| created | integer | Time at which the object was created. Measured in seconds since the Unix epoch. |
| expires\_at | integer | The time at which the file expires and is no longer available in epoch seconds. |
| filename | string | A filename for the file, suitable for saving to a filesystem. |
| purpose | string | The purpose of the uploaded file.<br> <br>`account_requirement` <br>Additional documentation requirements that can be requested for an account. <br><br>`additional_verification` <br>Additional verification for custom accounts. `business_icon` A business icon. <br><br>`business_logo` <br>A business logo. `customer_signature` Customer signature image. <br><br>`dispute_evidence` <br>Evidence to submit with a dispute response. <br><br>`document_provider_identity_document` `finance_report_run` <br>User-accessible copies of query results from the Reporting dataset. <br><br>`identity_document` <br>A document to verify the identity of an account owner during account provisioning. <br><br>`identity_document_downloadable` <br>Image of an Identity document . <br><br>`pci_document` <br>A self-assessment PCI questionnaire. <br><br>`selfie` <br>Image of a selfie collected by Identity. <br><br>`sigma_scheduled_query`<br> Sigma scheduled query file for export and download. <br><br>`tax_document_user_upload` <br>A user-uploaded tax document.  <br><br>`additional_documents`<br> An additional documents.|
| size | integer | The size in bytes of the file object. |
| title | string | A user friendly title for the document. |
| type | string | The type of the file returned. |
| url | string | The URL from which the file can be downloaded using your live secret API key. |

