# Directly upload a file. **POST /api/v1/file/direct-upload** Must be of Content-Type multipart/form-data ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **name** (string) The name of the file. - **file** (multipart-file) The file being uploaded. - **folder_uuid** (string) The UUID of the folder to upload the file to. - **original_created_at** (string(date)) The original created at date of the file. ## Responses ### 201 #### 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)