aiendpoint.dev
ServicesMotherDuck

MotherDuck

community

Serverless DuckDB in the cloud with collaborative analytics and data sharing.

Visit site ↗

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.

https://motherduck.combearerdatabasedataconfidence: 87/1000 discoveries1 contributors
POSThttps://api.motherduck.com/v1/sql

Execute SQL

Parameters

sqlSQL query (stringrequired
databasedatabase name (stringoptional

Returns

data[] with query result rows; schema[] with name, type; stats
GEThttps://api.motherduck.com/v1/databases

List databases

Returns

databases[] with name, size, tables_count, created_at
GEThttps://api.motherduck.com/v1/databases/{database}/tables

List tables

Parameters

databasedatabase name (stringrequired

Returns

tables[] with name, columns[] with name, type; row_count, size