new-developmentsPOST

Identify and rank emerging biopharma catalysts for deal sourcing.

Scans recent papers, trials, patents, and regulatory events matching user filters. Scores each catalyst by signal strength (0–100), maps companies and investors, and aggregates results into themes with auto-generated briefs. Supports theme follow alerts.

Endpoint

POST https://api.frontwind.ai/v1/agents/new-developments

Example

curl -X POST https://api.frontwind.ai/v1/agents/new-developments \
  -H "Authorization: Bearer fw_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "indication": "solid tumors", "modality": "ADC", "target": "HER2", "stage_focus": "early_clinical", "lookback_days": 60, "query": "Show new developments in ADC for solid tumors" }'

Request body

FieldTypeRequiredDescription
querystringNoOptional natural-language scan query.
indicationstringNo
modalitystringNo
targetstringNo
stage_focusstringdefault "any"
lookback_daysintegerdefault 60
include_live_discoverybooleandefault false
use_cachebooleandefault false

Response data

FieldTypeDescription
catalystsarray
themesarray
briefsarray
filtersobject
sourcesarray
warningsarray
generated_atstring

Example response

{
  "ok": true,
  "agent": "new-developments",
  "data": {
    "catalysts": [
      {
        "title": "New ADC linker strategy in HER2+ solid tumors",
        "signal_score": 82,
        "catalyst_type": "Scientific"
      }
    ],
    "themes": [
      {
        "theme_key": "adc_her2",
        "label": "Adc Her2",
        "catalyst_count": 3
      }
    ],
    "generated_at": "2026-05-26T12:00:00Z"
  },
  "elapsed_s": 42
}

← All agents