{ "opencollection": "1.0.0", "info": { "name": "Trieve REST Chunk File API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "File", "type": "folder" }, "items": [ { "info": { "name": "Upload a file", "type": "http" }, "http": { "method": "POST", "url": "https://api.trieve.ai/api/file", "headers": [ { "name": "TR-Dataset", "value": "" } ] }, "docs": "Upload a file to the S3 bucket attached to a dataset. Supports naive\nchunking via Apache Tika or vision-LLM markdown conversion.\n" } ] } ], "bundled": true }