> ## 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

Read the text content from a link.

## Input

| Property | Type        | Required | Description                    |
| -------- | ----------- | -------- | ------------------------------ |
| link     | SHORT\_TEXT | Yes      | The URL to read the text from. |

## Sample Output

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