x402 Video Intelligence · Meta

by x402 Video Intelligence

GETBase

$0.001

per call · USD Coin on Base

YouTube video metadata in one call: title, channel name and id, duration, upload date, view and like counts, description, thumbnail URL, the chapter list with start and end times, and the language plus kind (manual or auto) of every available caption track. Never downloads media. Use it to check a video's length or caption availability before paying for a transcript, or to enrich a bare video link with real facts.

Endpoint

GET https://video.cyberwarex.com/meta

16

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://video.cyberwarex.com/meta", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://video.cyberwarex.com/meta?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Darj7oStGLkU" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "available_captions": [
    {
      "kind": "manual",
      "lang": "en"
    },
    {
      "kind": "auto",
      "lang": "es"
    }
  ],
  "channel": "Example Channel",
  "channel_id": "UCuAXFkgsw1L7xaCfnd5JJOw",
  "chapters": [
    {
      "end": 43,
      "start": 0,
      "title": "Intro"
    }
  ],
  "description": "In this video we walk through agent architectures ...",
  "duration_s": 213,
  "like_count": 18204,
  "thumbnail": "https://i.ytimg.com/vi/arj7oStGLkU/maxresdefault.jpg",
  "title": "Building autonomous agents",
  "upload_date": "2025-10-25",
  "video_id": "arj7oStGLkU",
  "view_count": 1648203
}

Payment details

Pay to0x058d0cc5cc97e61e8a9f38d6d6365bce525921b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from x402 Video Intelligence & similar services