Skip to main content
POST
Create an AI List

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Body

application/json

AI list generation parameters

query
string
required

Natural language query to search items (e.g., 'all companies', 'high priority contacts')

object_type
string

Type of object to search - 'contact' or 'company' (default: 'contact')

limit
integer
default:50

Number of results (default: 50, max: 100)

include_attributes
boolean
default:false

If true, includes all entity attribute values in response (default: false)

Response

Job created successfully

message
object

Response wrapper

Last modified on March 26, 2026