Youtube Summary

Summarise a YouTube video without downloading or transcribing it.

$0.1500 per call POST /v1/tools/youtube-summary Runs a model

Call it

The first response is 402 with the exact price and every rail you can pay with. Pay, repeat the request with the proof, and you get the result.

curl -X POST https://api.glianalabs.com/v1/tools/youtube-summary \
  -H 'content-type: application/json' \
  -d '{"url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ","style":"bullets"}'

When to use it

Use when an agent needs the content of a video it cannot watch. Inputs: url (required — watch, youtu.be or shorts), style (bullets | paragraph | chapters, default bullets), language (default: the video's). Returns summary plus video { id, title, channel, durationSeconds }. Videos up to 60 minutes; longer, private or live ones are rejected free of charge.

What it costs

$0.1500 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.

Not sure this is the right endpoint? GET /v1/consult?intent=… is free and answers that.