cURL
curl --request POST \ --url https://recoup-api.vercel.app/api/research/enrich \ --header 'Content-Type: application/json' \ --data ' { "input": "<string>", "schema": {}, "processor": "base" } '
{ "status": "success", "output": {}, "research_basis": { "citations": [ { "url": "<string>", "title": "<string>", "field": "<string>" } ] } }
Enrich an entity with structured data from web research. Provide a description of who or what to research and a JSON schema defining the fields to extract. Returns typed data with citations.
What to research (e.g., "Drake rapper from Dallas Texas").
JSON schema defining the fields to extract.
Research depth: base (fast), core (balanced), ultra (comprehensive).
base
core
ultra
Structured enrichment data
success
error
Structured data matching the provided schema.
Show child attributes
Was this page helpful?