Complete the file upload process and validate the uploaded JSON file. This endpoint verifies the file exists, validates its JSON format, and updates the file status to completed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the file to complete.
File upload completed successfully.
File ID
The kind of object. "file" for this endpoint.
Created epoch timestamp
The filename of the uploaded file
File size in bytes
The purpose of the file
File status. Will be 'completed' after successful completion.