# AllInOneCents — Drug Comparison API

> AllInOneCents — Drug Comparison API 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).

Compares two or more drugs based on a natural language query, returning medical/pharmaceutical information about similarities, differences, interactions, or alternatives

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/compare-drugs
- 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-drug-comparison-api-79d9dac1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3GVWDgwyCjl_pl0CBYEVw

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-drug-comparison-api-79d9dac1 -d '<json body>'
```

Example prompt: Compare ibuprofen and naproxen for me — what are the differences in how they work, their side effects, and which one is better for chronic inflammation?

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.01) pharmaceutical comparison between two or more drugs and do not need a full clinical database or prescribing system. Ideal for informational lookups within a broader health or medical agent workflow.

## Known failure modes

- Missing or empty query field returns validation error
- Unrecognized drug names may return empty or low-confidence data
- Ambiguous query with insufficient drug identifiers may return generic results
- Service unavailable or payment failure returns non-200 status
- Overly broad query may return incomplete comparison

## 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 structured data object containing comparative pharmaceutical information about the queried drugs, including differences, similarities, use cases, side effects, or other medically relevant attributes depending on the query.

## 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-drug-comparison-api-79d9dac1/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)
