Recoup Research — The Web
General open-web research and the graceful-degradation fallback for the other research skills. Researches any entity, not just artists.
export RECOUP_API="https://api.recoupable.dev/api" # auth header: x-api-key: $RECOUP_API_KEY
Tools
POST /research/web— quick ranked results (seconds, cheap).POST /research/deep— cited narrative (2+ min, expensive).POST /research/extract {urls, objective}— read specific URLs.POST /research/enrich {input, schema}— structured facts about ANY entity (label, manager, venue, brand, person); schema must include"type":"object".
Verify citations (every material claim cited; the source actually supports it; drop dead URLs) and distill to a sourced one-page dossier (fact vs inference vs open question) — not a link dump.
Guardrails
- Verify citations; never present an unsupported claim as fact.
- Latency:
/enrich60–90s,/deep2+ min — set timeouts ≥3 min. - Credits: surface
checkoutUrloninsufficient_credits.
References
references/workflows.md— web/deep research patterns + entity enrichment.