Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Name of the provider
Optional metadata for the request
Body
multipart/form-data
File to upload and associated metadata
The file data to upload (not the file name)
Response
File uploaded successfully
Id of the uploaded file.
Type of the object, e.g., 'file'.
Timestamp of when the file was created.
The purpose of the file, e.g., 'batch'.
The size of the file in bytes.
The status of the file, e.g., 'processed'.