folders
Upload File To Folder
Upload a file to a data folder.
post/v1/folders/{folder_id}/upload
Path parameters
folder_idstring required
Query parameters
duplicate_handling'skip' | 'error' | 'suffix' | 'replace'
How to handle duplicate filenames when uploading files
How to handle duplicate filenames
namestring nullable
Optional custom name to override the uploaded file's name
Optional custom name to override the uploaded file's name
Response
Successful Response
Example response
{
"id": "file-123e4567-e89b-12d3-a456-426614174000"
}