> ## Documentation Index
> Fetch the complete documentation index at: https://omnicron.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Youtbe Summarization

> Summarize YouTube videos quickly and easily.

### Request Body

<ParamField body="url" type="string" required>
  Url to the youtube video specified
</ParamField>

### Response

<ResponseField name="response" type="string">
  summary text
</ResponseField>
