documentation
documentation copied to clipboard
Clarify Search API Reference
POST is the preferred method for search (because it has preflight caching for CORS). Page should only display POST reference info, mention that using the GET route is exactly the same except that it uses the body rather than parameters. (What is the reason to use GET route?)