# Tweet Details by ID

> Tweet Details by ID is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Fetches full details for a specific tweet by its Twitter/X tweet ID.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/twitter/tweet-details
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-tweet-details-by-id-3d647306
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VbHNrRwj-EeneF5fUKP8D

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 fiber-ai-api-tweet-details-by-id-3d647306 -d '<json body>'
```

Example prompt: Can you pull the full details for tweet ID 1812345678901234567 — I want to see the full text, author, timestamp, and engagement numbers?

## When to prefer this

Use this endpoint when you have a specific tweet ID and need to retrieve its full content and metadata. Prefer this over search endpoints when you already know the exact tweet you want, such as when you have a link or ID from another data source.

## Known failure modes

- Tweet ID does not exist or has been deleted — returns not found error
- Tweet belongs to a private/suspended account — returns access error
- Invalid tweet ID format — returns validation error
- Rate limit exceeded — returns 429 error
- Network or upstream Twitter API timeout

## How this service works

Fetches full details for a specific tweet by ID.

## Output

Returns the full details of a tweet including its text content, author profile information, timestamps, and engagement metrics such as retweets, likes, and replies.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-tweet-details-by-id-3d647306/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
