Skip to content

Nihai Objects {uuid} Delete Search Endpoint

Compatibility route for environments that block DELETE through proxies.

  • Try it: /searches
  • API Endpoint: POST /search/nihai/objects/{uuid}/delete
  • FastAPI Docs: /api-docs

API Reference

Endpoint: POST /search/nihai/objects/{uuid}/delete

Example Usage

curl -X POST http://localhost:8000/search/nihai/objects/{uuid}/delete \
  -H 'Content-Type: application/json' \
  -d '{'query': 'What are symptoms of high blood pressure?', 'max_results': 3}'