Retrieves a file’s metadata and a download URL when the file is ready.
Use this endpoint to check whether a file isDocumentation Index
Fetch the complete documentation index at: https://docs.trycollate.ai/llms.txt
Use this file to discover all available pages before exploring further.
pending_upload, ready, or
failed. Ready files include a short-lived authenticated downloadUrl.
404 file_not_found if the file is unknown to the
authenticated organization.API key passed as Authorization: Bearer <API_KEY>.
File ID returned by POST /v1/files.
Successful Response
Stable file ID.
Current upload and validation status.
pending_upload, uploaded, ready, failed Original file name supplied at create time.
Validated MIME type for the file.
application/pdf, image/jpeg, image/png Public purpose for the uploaded file.
authorization_attachment Time when the file resource was created.
Stored file size after upload completion.
Time when the uploaded file was marked ready.
Authenticated download URL when the file is ready.