Complete File Upload
Files
Complete File Upload
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.
POST
Complete File Upload
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
Unique identifier for the file to complete.
Response
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.