{
  "x402Version": 2,
  "id": 5186,
  "slug": "5186",
  "resource": "https://x402.agentutility.ai/youtube-brief",
  "description": "Summarizes a YouTube video from its URL or ID: transcript, TLDR, and named entities in one call. Composite: one call runs youtube-transcript + summarize-text + extract-entities. Pulls the YouTube transcript, then summary and named entity extraction (people, orgs, locations, dates) run in parallel. Returns transcript excerpt, summary, entities, and per-component telemetry. Use it as a video digest or closed-caption summarizer.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FJqAJ4dXkFbrp3EEo8E9x98iaBGUQwaU8Srz5ePfUXLH",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "video_url_or_id": "dQw4w9WgXcQ"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "components": [
              {
                "ms": 2100,
                "name": "youtube-transcript",
                "ok": true
              },
              {
                "ms": 1700,
                "name": "summarize-text",
                "ok": true
              },
              {
                "ms": 1600,
                "name": "extract-entities",
                "ok": true
              }
            ],
            "composed_of": [
              "youtube-transcript",
              "summarize-text",
              "extract-entities"
            ],
            "degraded": false,
            "entities": {
              "entities": {
                "locations": [],
                "organizations": [],
                "people": []
              },
              "total_entities": 0
            },
            "language": "en",
            "summary": "- A narrator affirms commitment.",
            "title": null,
            "transcript_chars": 60,
            "transcript_excerpt": "We're no strangers to love. You know the rules and so do I.",
            "video_id": "dQw4w9WgXcQ"
          },
          "type": "json"
        }
      },
      "related": [
        "/youtube-transcript",
        "/summarize-text",
        "/extract-entities"
      ],
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "video_url_or_id": {
                    "description": "YouTube video ID (11-char) or full URL (youtube.com/watch?v=..., youtu.be/..., /shorts/...). Max 300 chars.",
                    "type": "string"
                  }
                },
                "required": [
                  "video_url_or_id"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "components": {
                    "items": {
                      "properties": {
                        "ms": {
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "ok": {
                          "type": "boolean"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "composed_of": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "degraded": {
                    "type": "boolean"
                  },
                  "entities": {
                    "properties": {
                      "entities": {
                        "properties": {
                          "locations": {
                            "type": "array"
                          },
                          "organizations": {
                            "type": "array"
                          },
                          "people": {
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "total_entities": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "language": {
                    "type": "string"
                  },
                  "summary": {
                    "type": "string"
                  },
                  "title": {
                    "type": "null"
                  },
                  "transcript_chars": {
                    "type": "integer"
                  },
                  "transcript_excerpt": {
                    "type": "string"
                  },
                  "video_id": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_awpbwsy3"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "x402.agentutility.ai",
  "lastUpdated": "2026-09-03T23:41:04.017Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-03T23:41:03.786Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.agentutility.ai",
    "manifest_name": "x402.agentutility.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}