# Files The Files API allows you to query for and upload files to Ryft. Some files may be generated internally by Ryft when requesting reports, or alternatively you may have uploaded evidence/verification documents ## List files - [GET /files](https://developer.ryftpay.com/documentation/api/reference/openapi/files/fileslist.md): Used to fetch a paginated list of files under your account ## Create/Upload a new file to your account. - [POST /files](https://developer.ryftpay.com/documentation/api/reference/openapi/files/filecreate.md): Upload a file to Ryft via our API. Useful if you need to: - upload evidence when challenging disputes - upload KYB/KYC documents for sub accounts ## Retrieve a file - [GET /files/{fileId}](https://developer.ryftpay.com/documentation/api/reference/openapi/files/filegetbyid.md): Retrieve a file by its unique ID