# BlackBobs.ai Twitter Video Downloader

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

Downloads video content from Twitter/X posts given a tweet URL, returning downloadable media data

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/twitter-downloader
- Price: $0.084857/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-twitter-video-downloader-583d7560
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_308t3tUbcy4uQMnhLkqX6

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-video-downloader-583d7560 -d '<json body>'
```

Example prompt: Can you download the video from this tweet for me? https://twitter.com/user/status/1234567890

## When to prefer this

Use this endpoint when you need to programmatically download or extract video content from Twitter/X posts via a pay-per-call API without managing your own scraping infrastructure. Prefer this over manual browser-based downloaders when automating media archival or content pipelines.

## Known failure modes

- Tweet URL is invalid or malformed — returns error indicating bad input
- Tweet contains no video (image-only or text tweet) — returns empty or error response
- Tweet is from a private/protected account — access denied error
- Tweet has been deleted — not found error
- Twitter/X rate limits or blocks the extraction — upstream service error
- Network timeout reaching the Twitter/X platform

## How this service works

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

## Output

Returns an object containing video download URL(s), possible quality variants, and metadata about the extracted Twitter/X video content such as resolution, format, and duration.

## 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-video-downloader-583d7560/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)
