Create a file upload session
Creates a new file upload session and returns an upload URL.
After uploading the file bytes to uploadUrl, call POST /v1/files/{id}/complete to finalize the upload. Optionally pass purpose to validate MIME type and size constraints at creation time. See <u>File uploads</u> for the full upload flow, supported purposes, and size limits. If you are uploading a meeting transcript, see <u>Uploading meeting transcripts</u> for the follow-up meeting attachment flow.
Required scope: files:create
Rate limit category: Write
post/v1/files
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK