Skip to main content
GET
Retrieve metadata for a single file by ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

Response

Successful Response

An uploaded file: its id, filename, MIME type, page count, and timestamps.

id
string
required

The unique identifier of the file

filename
string
required

The name of the file

object
string
default:file
Allowed value: "file"
mime_type
string | null

The MIME type of the file

created_at
string<date-time> | null

When the file was created

updated_at
string<date-time> | null

When the file was last updated

page_count
integer | null

Number of pages in the file