Files
Complete a presigned upload
Finalize a presigned upload after you have PUT the bytes to the upload URL. Kicks off ingest/moderation and returns the file, which transitions to ready (or failed) asynchronously — poll GET /files/{file_id} to observe the terminal state.
post/files/{file_id}/complete
Path parameters
file_idstring uuid required
File UUID returned by POST /files.
Response
Upload finalized; ingest started