Skip to content

Ask AI

Coming soon — ask questions about these docs in natural language.

Until then, use ⌘K to search the full docs set.

Enrich

Enrich an existing snapshot with 1Y/3Y benchmark returns from MFAPI.

Use enrichment after parsing when you want fund returns, benchmark mapping, and related portfolio overlays.

POST https://api.portfoliointel.co.in/api/v1/enrich

X-API-Key: sk_live_* or Authorization: Bearer sk_live_*.

Terminal window
curl -X POST https://api.portfoliointel.co.in/api/v1/enrich \
-H "X-API-Key: sk_live_..." \
-H "Content-Type: application/json" \
-d '{"snapshot_id": "snap_abc123"}'