Name | Type | Required | Description |
---|---|---|---|
x-api-key | string | Yes | Your Sixtyfour API key |
Content-Type | string | Yes | Must be application/json |
Field | Type | Required | Description |
---|---|---|---|
lead_info | object | Yes | Initial lead information as key-value pairs |
struct | object | Yes | Fields to collect about the lead |
research_plan | string | No | Optional research plan to guide enrichment |
struct
field definitionslead_info
when not explicitly overriddenstruct
Type | Example Values |
---|---|
"str" or "string" | "John Doe" |
"int" or "integer" | 30 , 1000 |
"float" | 95.5 , 3.14 |
"bool" or "boolean" | true , false |
"list" | ["item1", "item2"] |
"list[str]" | ["item1", "item2"] |
"list[int]" | [1, 2, 3] |
"list[float]" | [1.5, 2.7, 3.14] |
"dict" | {"key": "value"} |