{ "opencollection": "1.0.0", "info": { "name": "Local REST API for Obsidian Active File Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for documents matching a specified search query\n", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/search/" }, "docs": "Evaluates a provided query against each file in your vault.\n\nThis endpoint supports multiple query formats. Your query should be specified in your request's body, and will be interpreted according to the `Content-type` header you specify from the below options. Additional query formats may be added in the future.\n\n# Dataview DQL (`application/vnd.olrapi.dataview.dql+txt`)\n\nAccepts a `TABLE`-type Dataview query as a text string. See [Dataview](https://blacksmithgu.github.io/obsidian-dataview/qu" }, { "info": { "name": "Search for documents matching a specified text query\n", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/search/simple/", "params": [ { "name": "query", "value": "", "type": "query", "description": "Your search query" }, { "name": "contextLength", "value": "", "type": "query", "description": "How much context to return around the matching string" } ] }, "docs": "Search for documents matching a specified text query\n" } ] } ], "bundled": true }