# Tweet Quotes

> Tweet Quotes 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 paginated quote tweets for a given tweet ID via Fiber AI's API.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/twitter/tweet-quotes
- 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-quotes-5855836e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7mZU_wyNQa8HbxNuZLwYF

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-quotes-5855836e -d '<json body>'
```

Example prompt: Can you pull the quote tweets for tweet ID 1234567890123456789 and give me the first page of results?

## When to prefer this

Use this endpoint when you need to retrieve quote tweets for a specific tweet ID in a paginated manner, especially for research, engagement analysis, or social listening purposes. Prefer this over scraping or general Twitter search when you need structured, reliable data with cursor-based pagination.

## Known failure modes

- Invalid or non-existent tweet ID returns an error
- Tweet has no quote tweets, returning an empty result set
- Expired or invalid pagination cursor causes a failed request
- Rate limiting or quota exceeded returns a billing or usage error
- Private or deleted tweet returns an access or not-found error

## How this service works

Fetches paginated quote tweets for a given tweet. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A paginated list of quote tweets for the specified tweet, including tweet text, author information, and a cursor for fetching subsequent pages (up to the platform-defined page size).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-tweet-quotes-5855836e/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)
