Files
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".
post/v2/files/-/uploads
Query parameters
workspace_uuidstring nullable
Response
OK