Upload File Multipart
Upload a file directly in the request body. Use this for single file uploads from your application.
For video files, processing happens asynchronously - use GET /files/{file_uuid}/status to check processing status before accessing frames.
Args: file: The file to upload (multipart form data) workspace_uuid: Optional workspace to associate the file with
Returns: FileUploadResult with file_uuid for future reference and file_url for immediate access. For videos, check processing_status field - use status endpoint to poll until "completed".
Query parameters
Response
OK
Changes
Changed in 2 of the 25 revisions of this API.95
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status409response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status422response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status429response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●
added the new
auth.workspace_requiredenum value to theerror/coderesponse property for the response status503response-property-enum-value-added
- ○
added the new optional
queryrequest parameterworkspace_uuidnew-optional-request-parameter
- ○
added the optional property
content_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
processing_statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
remote_urito the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○