{ "opencollection": "1.0.0", "info": { "name": "Weaviate REST authz tokenize API", "version": "1.38.0-dev" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "tokenize", "type": "folder" }, "items": [ { "info": { "name": "Weaviate Tokenize Text", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/tokenize", "body": { "type": "json", "data": "{}" } }, "docs": "Tokenizes the provided text using the specified tokenization method. This is a stateless utility endpoint useful for debugging and understanding how text will be processed during indexing and querying. The response includes both the indexed tokens (as stored in the inverted index) and query tokens (after optional stopword removal)." } ] } ], "bundled": true }