# Copy a file **PUT /api/v1/file/{file_uuid}/copy** Copy a file to the current directory or to the given folder. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **file_uuid** (string) ### Body: application/json (object) - **folder** (string) Copy file to this folder. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the file - **created_at** (string) The timestamp of when the resource was created. - **original_created_at** (string) Timestamp of when the file was originally created - **updated_at** (string) The timestamp of when the resource was updated. - **uploaded_at** (string) Timestamp of when the file was uploaded - **status** (string) Current status of the uploading progress - **filename** (string) The filename including extension - **name** (string) The name of the file without extension - **extension** (string) The extension of the file - **type** (string) The MIME type of the file - **size** (string) The size of the file in bytes - **path** (string) The path of the file - **last_modified** (string) Timestamp of when the file was last modified before uploading - **progress** (string) The progress of the uploaded file as a percentage between 0 and 100 - **download_url** (string) The download URL of the file - **folder_name** (string) The name of the folder the file is located in - **folder** (object) The folder this file is located in - **documentable_type** (string) The documentable type such as account/plan/case/etc the file was uploaded to - **documentable** (string) The documentable the file was uploaded to - **navigator** (object) The documentable type and its UUID in order to navigator to the correct resource - **firm** (object) The firm which the file belongs to - **account** (object) The account that uploaded the file (if specified) - **tags** (array[object]) The tags added to the file (if provided) [Powered by Bump.sh](https://bump.sh)