Get File Object by ID
Files
Get File Content
Download the content of a completed file. Returns the JSON file content.
GET
Get File Object by ID
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
Unique identifier for the file to download.
Query Parameters
Number of seconds until the download URL expires. Defaults to 600 seconds (10 minutes).
Response
Successful response with download URL.
File ID
The kind of object. "file" for this endpoint.
Created epoch timestamp
The filename of the uploaded file
File size in bytes
Pre-signed URL for downloading the file. Expires after the specified expires_in time.
Number of seconds until the download URL expires