# SignalsFeed AI Signals API

> SignalsFeed AI Signals API is a paid API for AI agents from signalsfeed.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Delivers structured AI industry signals covering model releases, AI labs, robotics, benchmark updates, GPU supply, and compute capacity with credibility scoring

## Facts

- Endpoint: GET https://signalsfeed.com/api/v1/ai
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalsfeed-com-52f370e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JgIZ6JfjietWft8cYryQ4

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 signalsfeed-com-52f370e5
```

Example prompt: Pull me the latest AI signals — especially anything on new model releases, benchmark updates, or GPU supply changes — and tell me the credibility score for each signal.

## When to prefer this

Use this endpoint when an agent needs structured, credibility-scored signals specifically about the AI industry — model releases, benchmark updates, GPU supply, compute capacity, or AI lab activity. Prefer this over general news APIs when you need AI-domain specificity and reliability scoring, or over financial/macro endpoints on the same platform when the user's focus is AI technology rather than markets or economics.

## Known failure modes

- Payment not provided or insufficient — returns 402 requiring x402 USDC payment
- No signals available for requested filter — returns empty result set
- Rate limit exceeded — returns 429 too many requests
- Invalid query parameters — returns 400 bad request
- Service temporarily unavailable — returns 503

## How this service works

AI signals API for agents. Covers model releases, AI labs, robotics, benchmark updates, GPU supply, and compute capacity. Structured signals with credibility scoring. Pay-per-request via x402; free discovery available.

## Output

Returns structured signals about AI industry events including model releases, AI lab activity, robotics news, benchmark updates, GPU supply, and compute capacity. Each signal includes a credibility score to help gauge reliability of the information.

## Example request

```json
{
 "input": {
  "body": {},
  "queryParams": {
   "limit": 5
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": false,
     "properties": {
      "ids": {
       "type": "string",
       "description": "Comma-separated article UUIDs. Max 20 per paid request."
      },
      "limit": {
       "type": "integer",
       "minimum": 1,
       "maximum": 20,
       "default": 20
      }
     },
     "required": [
      "ids"
     ]
    },
    "body": {
     "type": "object",
     "additionalProperties": false,
     "properties": {}
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "signals": [],
     "count": 0,
     "format": "full"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 0,
  "format": "full",
  "signals": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalsfeed-com-52f370e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalsfeed.com](https://www.zero.xyz/host/signalsfeed.com/llms.txt)
