aiendpoint.dev
ServicesBubble

Bubble

community

No-code platform for building web applications with visual programming, database, and workflows.

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://bubble.iobearerdeveloperconfidence: 90/1000 discoveries2 contributors
GEThttps://{app}.bubbleapps.io/api/1.1/obj/{type}

Search data records

Parameters

typedata type name (stringrequired
limitresults (integeroptional
cursorpagination (integeroptional
sort_fieldfield to sort (stringoptional
constraintsfilter JSON (stringoptional

Returns

response.results[] with _id, Created Date, Modified Date, and type-specific fields
POSThttps://{app}.bubbleapps.io/api/1.1/obj/{type}

Create a data record

Parameters

bodyfield values (objectrequired
typedata type (stringrequired

Returns

status, id (created record ID)
POSThttps://{app}.bubbleapps.io/api/1.1/wf/{workflow_name}

Trigger a backend workflow

Parameters

bodyworkflow parameters (objectoptional
workflow_nameworkflow API name (stringrequired

Returns

response with workflow result data