Skip to main content
Glama

NLWeb

Our NLWeb only supports POST requests.

Example request:

curl -X POST https://glama.ai/nlweb/ask \
  -H "Content-Type: application/json" \
  -d '{
    "query": "servers that can create PRs",
    "prev": "MCP servers for working with GitHub"
  }'

See the API documentation