# AllInOneCents Clinical Trials Search

> AllInOneCents Clinical Trials Search is a paid API for AI agents from allinonecents.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Searches and retrieves clinical trial data based on a natural language or structured query.

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/clinical-trials
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-clinical-trials-search-afddc76a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TOBSR9ynAthsvHnWpuoKw

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 allinonecents-clinical-trials-search-afddc76a -d '<json body>'
```

Example prompt: Search for currently recruiting phase 3 clinical trials for type 2 diabetes treatments and give me a summary of what's available.

## When to prefer this

Use this endpoint when you need quick, low-cost ($0.01) clinical trial lookups via natural language queries and don't need deep integration with ClinicalTrials.gov API directly. Ideal for lightweight agent workflows needing medical research data alongside other domain queries (crypto, stocks, etc.) in a single unified platform.

## Known failure modes

- Empty or vague query returns no results or generic data
- Query too broad returns too many unfiltered results
- Payment failure results in 402 response and no data
- Malformed query string returns error or empty data object
- Service downtime returns non-200 response

## How this service works

Unified API platform — 60 endpoints across crypto, medical, macro, stocks, and utility. Dual-chain (Base + Solana). All $0.01.

## Output

Returns a data object containing clinical trial records matching the query, including trial details such as status, phase, conditions, interventions, and sponsor information, along with a success boolean.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Input query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/allinonecents-clinical-trials-search-afddc76a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from allinonecents.orbonomy.xyz](https://www.zero.xyz/host/allinonecents.orbonomy.xyz/llms.txt)
