curl --request POST \ --url https://api.linqalpha.com/v1/ttsql \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data @- <<EOF{ "query": "Show me NVIDIA's quarterly revenue and net income for 2024"}EOF
Converts natural language query to SQL, executes it, and returns results in markdown format
POST
/
v1
/
ttsql
TTSQL
Copy
Ask AI
curl --request POST \ --url https://api.linqalpha.com/v1/ttsql \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data @- <<EOF{ "query": "Show me NVIDIA's quarterly revenue and net income for 2024"}EOF