{ "opencollection": "1.0.0", "info": { "name": "Tabby Server Chat Ingestion API", "version": "0.17.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ingestion", "type": "folder" }, "items": [ { "info": { "name": "Ingest a document into the Answer Engine", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1beta/ingestion", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a document to be indexed asynchronously into Tabby's knowledge system so it can be cited as context during code assistance. Documents are grouped by source and can carry an optional time-to-live (ttl)." } ] } ], "bundled": true }