Endpoint reference
Summary of the main resources in Pulbot's REST API.
Reference
- GET /flow/
- List all user flows. Supports pagination.
- POST /flow/
- Create a new flow. Body: {name, description?}
- GET /flow/{id}/
- Flow detail: nodes, edges, metadata.
- PATCH /flow/{id}/
- Update flow name/description.
- DELETE /flow/{id}/
- Delete the flow (irreversible).
- GET /flow/{id}/export/
- Export flow as JSON template.
- POST /flow/import/
- Import a template. Body: {template, name?}
- GET /tool/
- List tools. Params: ?category=api|transform|condition|agent|code|global
- POST /tool/
- Create a tool.
- GET /channel/
- List connected channels.
- GET /conversation/
- List Inbox conversations. Supports CRM filters.
- GET /billing/balance/
- Current account balance.
- GET /billing/runs/
- Run history with cost.
Next step
Read about incoming webhooks.