```curl '<https://EDITED/api/multi_search?x-typese...
# community-help
s
Copy code
curl '<https://EDITED/api/multi_search?x-typesense-api-key=EDITED>' \
-X 'POST' \
-H 'Content-Type: text/plain' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Sec-Fetch-Site: cross-site' \
-H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Sec-Fetch-Mode: cors' \
-H 'Host: EDITED' \
-H 'Origin: EDITED' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15' \
-H 'Referer: EDITED' \
-H 'Content-Length: 327' \
-H 'Connection: keep-alive' \
-H 'Sec-Fetch-Dest: empty' \
--data-binary '{"searches":[{"query_by":"embedding","exclude_fields":"embedding","prefix":false,"highlight_full_fields":"embedding","collection":"my_vector_db","q":"*","facet_by":"Cat One,Cat Two,Cat Three,Cat Four,Cat Five","filter_by":"Post Date (Unix Timestamp):=[1483228800..1514764799]","max_facet_values":1000,"page":1,"per_page":15}]}'