# twitter.surf.cascade.fyi Tweet Article

> twitter.surf.cascade.fyi Tweet Article is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-14).

Fetches the long-form article content associated with a specific tweet by its tweet ID

## Facts

- Endpoint: GET https://twitter.surf.cascade.fyi/tweets/2035654175149740032/article
- Price: $0.005000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-surf-cascade-fyi-ad3c69cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JB76geM4e20QZh2i0yjs2

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 twitter-surf-cascade-fyi-ad3c69cf
```

Example prompt: Can you fetch the full article content for tweet ID 2035654175149740032 from twitter.surf?

## When to prefer this

Use this endpoint when you need the full long-form article content attached to a specific tweet and already know the tweet ID. Prefer this over scraping or general web access when you need structured article text from a tweet on the twitter.surf platform.

## Known failure modes

- Tweet ID does not exist or has been deleted — likely 404 or empty response
- Tweet exists but has no associated article content — may return empty or null body
- Rate limiting or payment failure — 402 payment required or 429 too many requests
- Network timeout if the upstream Twitter/X data source is slow

## How this service works

Long-form article content

## Output

Returns the long-form article body content associated with the specified tweet, likely including the full text, structured sections, or formatted article content linked to that tweet.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/twitter-surf-cascade-fyi-ad3c69cf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.surf.cascade.fyi](https://www.zero.xyz/host/twitter.surf.cascade.fyi/llms.txt)
