Bubble
communityNo-code platform for building web applications with visual programming, database, and workflows.
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.
GET
https://{app}.bubbleapps.io/api/1.1/obj/{type}Search data records
Parameters
typedata type name (stringrequiredlimitresults (integeroptionalcursorpagination (integeroptionalsort_fieldfield to sort (stringoptionalconstraintsfilter JSON (stringoptionalReturns
response.results[] with _id, Created Date, Modified Date, and type-specific fieldsPOST
https://{app}.bubbleapps.io/api/1.1/obj/{type}Create a data record
Parameters
bodyfield values (objectrequiredtypedata type (stringrequiredReturns
status, id (created record ID)POST
https://{app}.bubbleapps.io/api/1.1/wf/{workflow_name}Trigger a backend workflow
Parameters
bodyworkflow parameters (objectoptionalworkflow_nameworkflow API name (stringrequiredReturns
response with workflow result data