v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBproject
v1
Upload a File
Params:
- file: file object
- force: bool (optional) - whether rewrite existing file and Document
- review_file: bool - whether skip file check (exists or not)
- directory_path: str - may be passed from TUS plugin
post/api/v1/project/upload-session/{uid}/upload/
Path parameters
uidstring required
A UUID string identifying this upload session.
Headers
File-Nameboolean required
File Name
File-Encodingstring required
File Encoding
Forceboolean
Force upload
Review-Fileboolean
Review File
Directory-Pathboolean
Directory Path
Response
Example response
{
"status": "status"
}