-
-
Save 4l3j4ndr0/978318ebe85801c09408e0729a925e88 to your computer and use it in GitHub Desktop.
Test Flask API natural language to SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X POST http://localhost:5000/api/sql-query \ | |
| -H "Content-Type: application/json" \ | |
| -d '{"query": "What were the total sales by product category last month?"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment