Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt

Use this file to discover all available pages before exploring further.

Each uploaded file is returned with the following fields.
id
integer
The File Vault file id.
filename
string
Original file name.
file_type
string
The file extension, e.g. pdf, docx.
mime_type
string
The content type of the upload, e.g. application/pdf.
page_count
integer | null
Number of pages for PDFs; null for non-PDF files.
file_size
integer
Size in bytes.
file_size_human
string
Human-readable size, e.g. 242.3 KB.
folder_id
integer | null
The folder the file lives in, or null for the root.
is_processing
boolean
Whether the file is still being indexed for search. Newly uploaded files are not processed until search is enabled in-app.
public_url
string | null
A direct URL to the file when it is stored on public storage; null otherwise.
created_at
string
ISO-8601 upload timestamp.
Search indexing and OCR are not triggered automatically on API upload. Files are stored and available immediately; enabling search is a separate in-app action today.