Complete a file upload
Finalizes an upload after the file bytes have been uploaded.
If an optional md5 hex digest is provided, the server validates the checksum before marking the file as completed.
Required scope: files:create
Rate limit category: Write
post/v1/files/{id}/complete
Path parameters
idstring required
Unique identifier of the file to complete.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK