Skip to main content
GET
/
v1
/
files
curl https://api.okrapdf.com/v1/files \
  -H "Authorization: Bearer $OKRA_API_KEY"

Overview

Files are passive private assets. They do not automatically start document parsing. Use them when you want to upload once and later host, convert, or run a workflow.
limit
integer
Maximum number of files to return.
cursor
string
Pagination cursor from a previous response.
curl https://api.okrapdf.com/v1/files \
  -H "Authorization: Bearer $OKRA_API_KEY"