# AIsa Payment Gateway - Get Article by Tweet ID

> AIsa Payment Gateway - Get Article by Tweet ID is a paid API for AI agents from pay.lnpay.ai, paid per call via x402, $0.0015/call, status unknown (last checked 2026-09-13).

Retrieves a full article associated with a given Twitter/X tweet ID, returning enriched article content derived from that tweet.

## Facts

- Endpoint: GET https://pay.lnpay.ai/twitter/tweet/article
- Price: $0.0015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aisa-payment-gateway-get-article-by-tweet-id-bf37ab90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DpNrEg04Eo2WOeMESRaAy

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 aisa-payment-gateway-get-article-by-tweet-id-bf37ab90
```

Example prompt: Can you get the full article content for tweet ID 1905545699552375179 from the AIsa gateway?

## When to prefer this

Use this endpoint when you have a specific tweet ID and need to retrieve the full article content associated with it. Prefer this over general web scraping when the tweet is known and you need structured article extraction via a paid micropayment API.

## Known failure modes

- Invalid or non-existent tweet_id returns an error or empty result
- Tweet has no associated article content, returning null or empty body
- Insufficient credits (100 required per call) results in payment failure
- Rate limiting or quota exhaustion from the underlying Twitter data source
- Payment of $0.0015 USDC not processed, blocking access to protected resource

## How this service works

Get article by tweet id. cost 100 credit per article

## Output

Returns the full article content associated with the given tweet ID, likely including article body text, title, or related metadata derived from the tweet's linked or embedded article. Costs 100 credits per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "tweet_id"
 ],
 "properties": {
  "tweet_id": {
   "type": "string",
   "description": "The tweet id of the article. eg. 1905545699552375179"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aisa-payment-gateway-get-article-by-tweet-id-bf37ab90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.lnpay.ai](https://www.zero.xyz/host/pay.lnpay.ai/llms.txt)
