MotherDuck
communityServerless DuckDB in the cloud with collaborative analytics and data sharing.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://api.motherduck.com/v1/sqlExecute SQL
Parameters
sqlSQL query (stringrequireddatabasedatabase name (stringoptionalReturns
data[] with query result rows; schema[] with name, type; statsGET
https://api.motherduck.com/v1/databasesList databases
Returns
databases[] with name, size, tables_count, created_atGET
https://api.motherduck.com/v1/databases/{database}/tablesList tables
Parameters
databasedatabase name (stringrequiredReturns
tables[] with name, columns[] with name, type; row_count, size