Skip to main content

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.

Attribute type

url

Use it for

Websites and external links.

Request value

Send a string.
{
  "fields": {
    "website": "https://example.com"
  }
}

Returned shape

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

Example response

{
  "fields": {
    "website": "https://example.com"
  }
}

Notes

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