Source
Snowflake SQL API reference
To submit one or more SQL statements for execution, send a POST request to /api/v2/statements. You can specify that the statement should be executed asynchronously.
Cortex Agents Run API
There are two methods to interact with an Agent: Build an agent object and reference this agent object in a request to the agent:run API. Call agent:run directly without an agent object. You provide the configuration in the request body of…