# fileFormat ## Get all file formats - [GET /file-formats](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/getallfileformats.md) ## Create file format - [POST /file-formats](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/createfileformat.md): WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API ## Get file format by ID - [GET /file-formats/{fileFormatId}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/getfileformatbyid.md) ## Update file format - [PUT /file-formats/{fileFormatId}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/updatefileformat.md) ## Delete file format by ID - [DELETE /file-formats/{fileFormatId}](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/deletefileformat.md) ## Copy file format by ID - [PUT /file-formats/{fileFormatId}/copy](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/copyfileformat.md) ## Export File Format using File Format ID - [POST /file-formats/export](https://help-api.delphix.com/continuous-compliance-engine/2026.1.0.0/cc-engine-apis-2026.1.0.0/fileformat/exportfileformat.md): Returns a fileDownloadId for the given fileFormatId and (optional) recordTypeId.