# Coockies.ai Twitter Video Downloader

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

Downloads videos and media from Twitter/X posts given a tweet URL

## Facts

- Endpoint: POST https://coockies-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/coockies-ai-twitter-video-downloader-af3fd6c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TKrg1F3W5QaPdwRaLRP0p

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 coockies-ai-twitter-video-downloader-af3fd6c2 -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

Choose this endpoint when you need a quick, pay-per-call solution to download Twitter/X videos without setting up your own scraping infrastructure. Useful for agents that occasionally need to save or archive social media video content on demand without managing API credentials or rate limits directly.

## Known failure modes

- Invalid or malformed tweet URL returns an error
- Tweet has been deleted or made private — endpoint cannot retrieve media
- Tweet contains no video or media — returns empty or error response
- Rate limiting or Twitter API restrictions may block retrieval
- Geo-restricted content may fail depending on server location
- Schema mismatch: generic input/output schema may not clearly document required URL field

## 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 a direct download URL or media file link for the video embedded in the specified tweet, along with any available metadata such as video quality options or file format.

## 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/coockies-ai-twitter-video-downloader-af3fd6c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
