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

# Read text from a link using vision

Read the text content from a link (vision).

## Input

| Property | Type        | Required | Description                        |
| -------- | ----------- | -------- | ---------------------------------- |
| link     | SHORT\_TEXT | Yes      | The URL to read the text from.     |
| schema   | LONG\_TEXT  | Yes      | The schema to use for the request. |

## Sample Output

```json theme={null}
{
  "text": "In this essay, I will be..."
}
```
