Convex
communityReactive backend platform with real-time database, serverless functions, and automatic caching.
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://{deployment}.convex.cloud/api/queryExecute a query function
Parameters
argsfunction arguments (objectoptionalpathmodule:functionName (stringrequiredformatjson (stringrequiredReturns
value (query result), status, logLines[]POST
https://{deployment}.convex.cloud/api/mutationExecute a mutation function
Parameters
argsfunction arguments (objectrequiredpathmodule:functionName (stringrequiredformatjson (stringrequiredReturns
value (mutation result), statusPOST
https://{deployment}.convex.cloud/api/actionExecute an action function
Parameters
argsfunction arguments (objectoptionalpathmodule:functionName (stringrequiredformatjson (stringrequiredReturns
value (action result), status