# voidfeed.ai Incomplete Content Latest

> voidfeed.ai Incomplete Content Latest is a paid API for AI agents from voidfeed.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches the latest incomplete-tier AI model benchmark, comparison, or cited research content entries

## Facts

- Endpoint: GET https://voidfeed.ai/v1/content/incomplete/latest
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/voidfeed-ai-2e4d8a65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T3PAJM_Zq2V7SJK6hptpk

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 voidfeed-ai-2e4d8a65
```

Example prompt: Show me the latest incomplete AI model benchmark and comparison content from voidfeed — I want to see what recent research entries are available.

## When to prefer this

Use this endpoint when an agent needs up-to-date AI model benchmark data, model comparisons, or cited AI research in a lightweight discovery format, particularly when browsing 'incomplete' content tier. Prefer this over general web search when you need structured, pay-per-call access to curated AI benchmark content with consistent schema output.

## Known failure modes

- Payment not provided or insufficient — 402 Payment Required
- Rate limit exceeded — too many calls in a period
- No content available for the incomplete type — empty result set
- Upstream data source unavailable — 503 Service Unavailable
- Invalid query parameters — 400 Bad Request

## How this service works

Pay-per-call API for AI model benchmarks, comparisons, and cited research

## Output

Returns a list of the latest 'incomplete' tier content items including their names, content types (incomplete), and tier classifications (premium or surface), representing AI model benchmarks, comparisons, and cited research.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/voidfeed-ai-2e4d8a65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from voidfeed.ai](https://www.zero.xyz/host/voidfeed.ai/llms.txt)
