Skip to content

Instantly share code, notes, and snippets.

@4l3j4ndr0
Last active April 7, 2025 13:49
Show Gist options
  • Select an option

  • Save 4l3j4ndr0/978318ebe85801c09408e0729a925e88 to your computer and use it in GitHub Desktop.

Select an option

Save 4l3j4ndr0/978318ebe85801c09408e0729a925e88 to your computer and use it in GitHub Desktop.
Test Flask API natural language to SQL
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