# BlackBobs.ai Twitter Enterprise API

> BlackBobs.ai Twitter Enterprise API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.168385/call, status unknown (last checked 2026-09-14).

Provides enterprise-grade access to Twitter/X data and actions via a pay-per-call proxy endpoint on the Base blockchain

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-api-enterprise
- Price: $0.168385/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-twitter-enterprise-api-7964f7e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_os7QQ-Gevhaht3CbZGB5g

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 blackbobs-ai-twitter-enterprise-api-7964f7e9 -d '<json body>'
```

Example prompt: Pull enterprise-level Twitter data for the latest tweets mentioning @elonmusk from the past 24 hours, including engagement metrics — I need the full firehose results, not just sampled data.

## When to prefer this

Choose this endpoint when you need enterprise-tier Twitter/X data access without managing your own Twitter developer credentials or enterprise contracts, and you prefer pay-per-call micro-payments via USDC on Base rather than monthly API subscriptions. Suitable for agents that need occasional high-quality Twitter data without rate-limit concerns of the free tier.

## Known failure modes

- Malformed or missing request payload returns an error result
- Twitter enterprise API rate limit exceeded returns throttling error
- Invalid Twitter query parameters result in empty or error response
- Payment failure on Base chain prevents request from being processed
- Endpoint may return generic example response if upstream Twitter credentials are unavailable

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing Twitter API response data, which may include tweet objects, user profiles, engagement metrics, timeline entries, or search results depending on the query submitted — wrapped in a standard result envelope.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-twitter-enterprise-api-7964f7e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
