# Fiona GLP-1 Research Query

> Fiona GLP-1 Research Query is a paid API for AI agents from fiona-125b95be.base44.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Answers research questions about GLP-1 drugs, clinical trials, and obesity treatments with synthesized citations

## Facts

- Endpoint: POST https://fiona-125b95be.base44.app/functions/queryGated
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fiona-glp-1-research-query-a9a8ca08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4MTvlH-zSBrU-95agSzLz

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 fiona-glp-1-research-query-a9a8ca08 -d '<json body>'
```

Example prompt: What does current clinical research say about the long-term cardiovascular benefits of semaglutide in obese patients — give me up to 15 sources?

## When to prefer this

Use this endpoint when you need synthesized, cited research answers specifically about GLP-1 drugs, obesity treatments, or related clinical trials — not general medical or pharmaceutical questions. Ideal when a user needs a research-quality answer with traceable sources rather than a simple fact lookup.

## Known failure modes

- Missing required 'question' field returns validation error
- Overly broad or ambiguous question may return low-quality synthesis
- Payment failure (x402 protocol) returns 402 Payment Required before query is processed
- Rate limiting or server error may return 5xx response
- No relevant results found may return empty sources array with limited answer

## How this service works

User Generated App

## Output

Returns a synthesized research answer with citations, including the topic, the original question, a timestamp, and an array of sources each with URL, title, publication date, and source name, plus the number of items searched.

## Example request

```json
{
 "question": "What are the clinical trial outcomes for GLP-1 receptor agonists in obesity treatment?",
 "max_results": 10
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "question"
 ],
 "properties": {
  "question": {
   "type": "string",
   "description": "Your research question about GLP-1 drugs, clinical trials, or obesity treatments"
  },
  "max_results": {
   "type": "number",
   "description": "Max results to return (default: 10)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string"
  },
  "answer": {
   "type": "string",
   "description": "Synthesized research answer with citations"
  },
  "sources": {
   "type": "array",
   "items": {
    "type": "object",
    "properties": {
     "url": {
      "type": "string"
     },
     "date": {
      "type": "string"
     },
     "title": {
      "type": "string"
     },
     "source": {
      "type": "string"
     }
    }
   }
  },
  "question": {
   "type": "string"
  },
  "timestamp": {
   "type": "string"
  },
  "items_searched": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiona-glp-1-research-query-a9a8ca08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fiona-125b95be.base44.app](https://www.zero.xyz/host/fiona-125b95be.base44.app/llms.txt)
