Copy a file Run in API Explorer
Ask AI
Copy a file to the current directory or to the given folder.
PUT
/api/v1/file/{file_uuid}/copy
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/file/6ff8f7f6-1eb3-3525-be4a-3932c805afed/copy' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"folder": "030ae992-4fb5-4ba0-aaee-45ca1e11eb82"
}'
Request examples
{
"folder": "030ae992-4fb5-4ba0-aaee-45ca1e11eb82"
}
Response examples (200)
{
"uuid": "116ff70b-8a2e-46ff-b9ff-3b9cdc1a35f6",
"created_at": "2026-09-14T10:56:43+01:00",
"original_created_at": "2026-09-14T10:56:43+01:00",
"updated_at": "2026-09-14T10:56:43+01:00",
"uploaded_at": "2026-09-14T10:56:43+01:00",
"status": "uploaded",
"filename": "Welcome to Plannr.pdf",
"name": "Welcome to Plannr",
"extension": "pdf",
"type": "type",
"size": "21691783",
"path": "Gareth Thompson/Subfolder/Welcome to Plannr.pdf",
"last_modified": "2026-09-14T10:56:43+01:00",
"progress": "100",
"download_url": "https://api.plannrcrm.com/file/06c4f324-c34b-4a17-bb8a-2af40a2df74a/download",
"preview_url": "https://api.plannrcrm.com/file/a441891b-22e2-427e-bc69-94f268af78c8/preview",
"folder_name": "folder 2",
"folder": {
"uuid": "a91ef3a9-afa0-49a7-8173-fcd66d4fd4bb",
"created_at": "2026-09-14T10:56:43+01:00",
"updated_at": "2026-09-14T10:56:43+01:00",
"name": "Important Documents",
"slug": "important-documents",
"path": "Codepotato/Important Documents",
"clients_read": true,
"clients_write": true,
"show_client_permissions": true,
"is_system_folder": true,
"is_pseudo_folder": true,
"is_root_folder": true,
"documentable_type": "account",
"documentable_uuid": "account",
"documentable": "Object",
"participants_count": 3,
"participants": {
"uuid": "623228c1-0d60-41d1-b4bc-9d74ecd40a0f",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"name": "Gareth Thompson",
"write": true
},
"folders_count": 5,
"folders": {
"uuid": "3b70498c-912b-46ad-9e09-7410796a0fde",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"name": "Important Documents",
"slug": "important-documents",
"path": "Codepotato/Important Documents",
"clients_read": true,
"clients_write": true,
"show_client_permissions": true,
"is_system_folder": true,
"is_pseudo_folder": true,
"is_root_folder": true,
"documentable_type": "account",
"documentable_uuid": "account",
"documentable": "Object",
"participants_count": 3,
"folders_count": 5,
"files_count": 8,
"depth": 5,
"owned": false
},
"files_count": 8,
"files": {
"uuid": "d56a2e4d-b5b5-4685-8380-9bf6495d93dc",
"created_at": "2026-09-14T10:56:48+01:00",
"original_created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"uploaded_at": "2026-09-14T10:56:48+01:00",
"status": "uploaded",
"filename": "Welcome to Plannr.pdf",
"name": "Welcome to Plannr",
"extension": "pdf",
"type": "type",
"size": "21691783",
"path": "Gareth Thompson/Subfolder/Welcome to Plannr.pdf",
"last_modified": "2026-09-14T10:56:48+01:00",
"progress": "100",
"download_url": "https://api.plannrcrm.com/file/79aeda1c-2f50-43b9-a314-acf85e21569d/download",
"preview_url": "https://api.plannrcrm.com/file/4e3d780c-2bd4-4015-89cd-e135cf3ad557/preview",
"folder_name": "folder 2",
"documentable_type": "account",
"documentable": "Object",
"navigator": {
"model_type": "account",
"model_uuid": null
}
},
"parents": {
"uuid": "3b70498c-912b-46ad-9e09-7410796a0fde",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"name": "Important Documents",
"slug": "important-documents",
"path": "Codepotato/Important Documents",
"clients_read": true,
"clients_write": true,
"show_client_permissions": true,
"is_system_folder": true,
"is_pseudo_folder": true,
"is_root_folder": true,
"documentable_type": "account",
"documentable_uuid": "account",
"documentable": "Object",
"participants_count": 3,
"folders_count": 5,
"files_count": 8,
"depth": 5,
"owned": false
},
"ancestors": {
"uuid": "3b70498c-912b-46ad-9e09-7410796a0fde",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"name": "Important Documents",
"slug": "important-documents",
"path": "Codepotato/Important Documents",
"clients_read": true,
"clients_write": true,
"show_client_permissions": true,
"is_system_folder": true,
"is_pseudo_folder": true,
"is_root_folder": true,
"documentable_type": "account",
"documentable_uuid": "account",
"documentable": "Object",
"participants_count": 3,
"folders_count": 5,
"files_count": 8,
"depth": 5,
"owned": false
},
"children": {
"uuid": "3b70498c-912b-46ad-9e09-7410796a0fde",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"name": "Important Documents",
"slug": "important-documents",
"path": "Codepotato/Important Documents",
"clients_read": true,
"clients_write": true,
"show_client_permissions": true,
"is_system_folder": true,
"is_pseudo_folder": true,
"is_root_folder": true,
"documentable_type": "account",
"documentable_uuid": "account",
"documentable": "Object",
"participants_count": 3,
"folders_count": 5,
"files_count": 8,
"depth": 5,
"owned": false
},
"depth": 5,
"owned": false
},
"documentable_type": "account",
"documentable": "Object",
"navigator": {
"model_type": "account",
"model_uuid": "92bbda22-20a6-4d75-9a3a-1576081df39a"
},
"firm": {
"uuid": "40e0231f-2702-4844-9f05-f8bd1fffe884",
"created_at": "2026-09-14T10:56:43+01:00",
"updated_at": "2026-09-14T10:56:43+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"factfind_pdf_header_background": "#0E0E56",
"factfind_pdf_header_text": "#ffffff",
"factfind_pdf_logo": "https://api.plannrcrm.com/images/plannr.jpg",
"is_subscribed": true,
"addon_subscriptions": {
"uuid": "3e88c419-9b75-4c15-a052-12d5a505871d",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"enabled": "true",
"trial_ends_at": "2026-09-28",
"trial_ends_in_days": 14,
"payment_confirmed_at": "2026-10-02"
},
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"task_board_template": {
"uuid": null,
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"is_template": false,
"name": "Task Board",
"default_list_uuid": null,
"is_editable": true,
"priorities": [
{
"name": "High",
"value": "high"
},
{
"name": "Low",
"value": "low"
}
]
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"account": {
"uuid": "c59ab891-640c-4e11-8aef-13dfa443dc99",
"created_at": "2026-09-14T10:56:43+01:00",
"updated_at": "2026-09-14T10:56:43+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": {
"uuid": "8f22ed15-e211-48f6-804e-82fa8e3dfc98",
"created_at": "2026-09-14T10:56:48+01:00",
"updated_at": "2026-09-14T10:56:48+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"tags": [
{
"uuid": "5ad821d0-d298-4313-a41c-f7ffdf33a263",
"created_at": "2026-09-14T10:56:43+01:00",
"updated_at": "2026-09-14T10:56:43+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
}
]
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}