# glim.sh Twitter Tweet to Article

> glim.sh Twitter Tweet to Article is a paid API for AI agents from glim.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Converts a Twitter/X tweet by ID into a long-form article with expanded content

## Facts

- Endpoint: POST https://glim.sh/api/v1/twitter/tweets/:id/article
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glim-sh-twitter-tweet-to-article-fdacb865
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ghasanyg02DOoE_QmopHl

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 glim-sh-twitter-tweet-to-article-fdacb865 -d '<json body>'
```

Example prompt: Take this tweet (ID 1234567890123456789) and expand it into a full long-form article for me.

## When to prefer this

Use this endpoint when you need to expand a Twitter/X tweet into a full long-form article, such as for content repurposing, journalism research, or converting social media insights into blog posts. Best when you have a specific tweet ID and want AI-generated expanded content based on that tweet.

## Known failure modes

- Tweet ID not found or does not exist — returns 404
- Tweet is private or account is suspended — returns 403 or 404
- Invalid tweet ID format — returns 400
- Payment not provided or insufficient — returns 402
- Rate limit exceeded — returns 429

## How this service works

Long-form article content

## Output

A long-form article generated from the specified tweet, expanding the tweet's content into a detailed, readable article format.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json",
      "form-data",
      "text"
     ]
    },
    "body": {
     "type": "object",
     "properties": {},
     "description": "No body parameters - the tweet id is taken from the URL path"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object",
       "propertyNames": {
        "type": "string"
       },
       "additionalProperties": {}
      }
     },
     "required": [
      "data"
     ]
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glim-sh-twitter-tweet-to-article-fdacb865/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from glim.sh](https://www.zero.xyz/host/glim.sh/llms.txt)
