curl https://api.okrapdf.com/v1/files \
-H "Authorization: Bearer $OKRA_API_KEY"
Files
List Files
List passive PDF file assets.
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.integer
Maximum number of files to return.
string
Pagination cursor from a previous response.
curl https://api.okrapdf.com/v1/files \
-H "Authorization: Bearer $OKRA_API_KEY"