Skip to main content
Flows are reusable data pipelines you build visually in the dashboard, then execute via API or UI. Perfect for recurring enrichment tasks.

1. Create a flow from a template

  1. Go to dashboard.rastro.ai/flows
  2. Click Templates
  3. Select Competitor Pricing (or another template)
  4. Upload your CSV
  5. Click Run
That’s it — your flow will process each row and enrich it with the configured data.

2. Execute via API

Once you have a flow, you can trigger it programmatically. Get your Flow ID from the URL: dashboard.rastro.ai/flows/{FLOW_ID}/edit
Response:

3. Check status and get results

Response (completed):

Flows vs Enrich API


What’s Next

API Reference

All endpoints and parameters

Examples

Python and TypeScript examples