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

number

Use it for

Numeric values such as headcount, score, quantity, or probability.

Request value

Send a number.
{
  "fields": {
    "company_headcount": 42
  }
}

Returned shape

Returns a number.

Example response

{
  "fields": {
    "company_headcount": 42
  }
}