1. Create a flow from a template
- Go to dashboard.rastro.ai/flows
- Click Templates
- Select Competitor Pricing (or another template)
- Upload your CSV
- Click Run
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
3. Check status and get results
Flows vs Enrich API
| Feature | Enrich API | Flows |
|---|---|---|
| Setup | None | Build in dashboard |
| Best for | One-off enrichment | Recurring pipelines |
| Customization | Prompt + schema | Full visual editor |
| Processing | Sync or async | Async with status polling |