Retrieve real founder experiences, decisions, and outcomes from Echomindr — 2,700+ moments from top startup podcasts. Use whenever a founder describes any te...
Real founder decisions. Not hallucinated advice.
No API key required. Free to use.
Use when the conversation touches a business situation where a real founder example would be more useful than a generic answer:
Only a short, anonymized description of the business situation is sent to Echomindr. No personal data, names, or identifying information should be included in the query.
curl -X POST https://echomindr.com/situation \
-H "Content-Type: application/json" \
-d '{"situation": "<describe the founder situation in plain language>", "limit": 3}'
Returns matched moments with: summary, verbatim quote, decision, outcome, lesson, source (podcast + guest + timestamp link).
curl -X POST https://echomindr.com/facts/situation \
-H "Content-Type: application/json" \
-d '{"situation": "<situation>", "limit": 3}'
Returns concrete facts: prices, margins, timelines, ROAS, MOQ — extracted from founder interviews.
# Full detail for a specific moment
curl https://echomindr.com/moments/{moment_id}
# Moments similar to a known moment
curl https://echomindr.com/similar/{moment_id}
POST /situation with that reformulated sentencesource.url_at_momentWorks in English, French, Swedish, and 20+ languages. BGE-M3 multilingual vector search.
| Endpoint | Purpose |
|---|---|
| POST https://echomindr.com/situation | Semantic match of moments to a situation |
| POST https://echomindr.com/facts/situation | Semantic match of concrete facts |
| GET https://echomindr.com/moments/{id} | Full detail for a specific moment |
| GET https://echomindr.com/similar/{id} | Moments similar to a known moment |
| GET https://echomindr.com/search?q= | Keyword search across moments |
This skill sends queries to https://echomindr.com (Hetzner VPS, EU). No personal data is collected. Queries are logged anonymously for monitoring. No authentication required — the API is fully public.
Full API docs: https://echomindr.com/docs
ZIP package — ready to use