{ "opencollection": "1.0.0", "info": { "name": "Typesense Analytics Analytics Events NL Search Models API", "version": "30.1" }, "request": { "auth": { "type": "apikey", "key": "X-TYPESENSE-API-KEY", "value": "{{X-TYPESENSE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "NL Search Models", "type": "folder" }, "items": [ { "info": { "name": "List All NL Search Models", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/nl_search_models" }, "docs": "Retrieves all natural language search models configured in the Typesense instance. NL search models are used for query understanding and semantic matching." }, { "info": { "name": "Create An NL Search Model", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}/nl_search_models", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new natural language search model configuration for semantic query understanding." }, { "info": { "name": "Retrieve An NL Search Model", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/nl_search_models/:modelId", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "ID of the NL search model." } ] }, "docs": "Retrieves a specific NL search model by ID." }, { "info": { "name": "Update An NL Search Model", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}/nl_search_models/:modelId", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "ID of the NL search model." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing NL search model configuration." }, { "info": { "name": "Delete An NL Search Model", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}/nl_search_models/:modelId", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "ID of the NL search model." } ] }, "docs": "Deletes an NL search model by ID." } ] } ], "bundled": true }