{ "opencollection": "1.0.0", "info": { "name": "Tinybird Analyze Query API", "version": "v0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Query", "type": "folder" }, "items": [ { "info": { "name": "Execute SQL Query (GET)", "type": "http" }, "http": { "method": "GET", "url": "https://api.tinybird.co/v0/sql", "params": [ { "name": "q", "value": "", "type": "query", "description": "SQL query string to execute" }, { "name": "format", "value": "", "type": "query", "description": "Output format" } ] }, "docs": "Execute a SQL query using the Tinybird query engine via GET request." }, { "info": { "name": "Execute SQL Query (POST)", "type": "http" }, "http": { "method": "POST", "url": "https://api.tinybird.co/v0/sql", "body": { "type": "json", "data": "{}" } }, "docs": "Execute a SQL query using the Tinybird query engine via POST request, supporting templated queries." } ] } ], "bundled": true }