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

# URL

> Use url attributes in the Breakcold API.

## Attribute type

`url`

## Use it for

Websites and external links.

## Request value

Send a string.

```json theme={null}
{
  "fields": {
    "website": "https://example.com"
  }
}
```

## Returned shape

Returns a string. If the stored URL has a label, it may return `{ "value", "label" }`.

## Example response

```json theme={null}
{
  "fields": {
    "website": "https://example.com"
  }
}
```

## Notes

* If a URL has a label, the returned value can be `{ "value": "https://example.com", "label": "Website" }`.
