Skip to content

Googlesheet Search Endpoint

Search Google Sheet medical database (pregnancy & maternal health).

This endpoint searches a curated Google Sheet containing Bengali/English
medical Q&A pairs specifically for pregnancy and maternal health.

- **query**: The medical question to search for
- **max_results**: Maximum number of results (1-10, default: 3)
- **snippet_length**: Length of content snippets (not used for this endpoint)

Returns medical search responses from the Google Sheet database.

API Reference

Endpoint: POST /search/googlesheet

Example Usage

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