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

text

Use it for

Short text values such as names, domains, labels, or custom identifiers.

Request value

Send a string.
{
  "fields": {
    "name": "Ada Lovelace"
  }
}

Returned shape

Returns a string.

Example response

{
  "fields": {
    "name": "Ada Lovelace"
  }
}