# Clinical Trials by Sponsor

> Clinical Trials by Sponsor is a paid API for AI agents from clinical.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns all clinical trials in a sponsor company's portfolio from ClinicalTrials.gov

## Facts

- Endpoint: GET https://clinical.memoryapi.org/x402/clinical/sponsor
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clinical-memoryapi-org-f1e6f499
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T7Kj7STPRlMmSTnOKUCPe

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clinical-memoryapi-org-f1e6f499
```

Example prompt: Pull up the complete clinical trial portfolio for Pfizer from ClinicalTrials.gov — I want to see every trial they're sponsoring, across all phases and conditions.

## When to prefer this

Use this endpoint when you need a complete view of all trials run by a single sponsor company, such as for competitive intelligence, pipeline analysis, or tracking a specific pharma/biotech organization's research activity. Prefer this over the condition-based or search endpoints when the primary axis of interest is the sponsor rather than a disease area.

## Known failure modes

- Sponsor name not found or misspelled — returns empty results or error
- Ambiguous sponsor name matching multiple organizations — may return incomplete results
- ClinicalTrials.gov upstream unavailability — service timeout or error response
- Payment failure via x402 protocol — request not processed

## How this service works

All clinical trials by a sponsor company. Track a biotech/pharma company complete trial portfolio.

## Output

A list of all clinical trials associated with the specified sponsor company, including trial identifiers (NCT IDs), statuses, phases, conditions studied, and related metadata sourced from ClinicalTrials.gov.

## Example request

```json
{
 "sponsor": "Pfizer"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clinical-memoryapi-org-f1e6f499/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clinical.memoryapi.org](https://www.zero.xyz/host/clinical.memoryapi.org/llms.txt)
