Creates a file record and returns a presigned upload URL.
Name of the file to upload, including extension (e.g., "report.pdf", "data.csv"). The extension helps determine the file type.
File record created successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The created file record. Status will be pending until the upload completes.
Presigned S3 URL for uploading the file content. Send a PUT request with the file bytes as the body. Expires in 3 minutes.
Unix timestamp (seconds) when the upload_url expires. Complete the upload before this time.