Describe the lead-generation filter surface and list valid enum values
describe=true returns the schema map — every field the generate endpoint accepts, its type (enum/text/range/keywords), its group, and where it lives. Enum option lists are inlined only when scoped with field= or group=. Call describe=true first (compact), then fetch options per group as you build filters. Free — no data credits charged.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Company ID (optional — this endpoint is free)
true = filter schema map (all fields + types). Compact unless field/group is set. Recommended first call.
With describe: scope to one group (location/person/business/financial/housing/contact/intent) and inline its enum options.
One field. With describe: inline that field's options. Without describe: that enumerated field's values (omit for all).
Response
Filter schema map (with describe) or enum option values
Field name -> schema entry (with describe) or field name -> option values (without)
Field name -> schema entry (with describe) or field name -> option values (without).

