v1
latestOpenAPI 3.1.02026-07-26151126273.9 KBfiles
Request Upload Url
Request a presigned upload URL for direct client-side upload to storage.
This is the recommended upload flow:
- Client calls this endpoint with filename and content_type
- Backend creates a pending file record and returns presigned PUT URL
- Client uploads directly to storage using the presigned URL
- Client calls /confirm to verify upload and get actual file size
post/api/v1/files/upload
Cookies
wos-sessionstring
datalab_active_teamstring
Request body
Response
Successful Response