Skip to main content
Each point can carry a JSON payload with metadata fields such as categories, prices, and timestamps. These fields become available for filtering during search.

Insert a point with payload

The payload parameter accepts any valid JSON structure. Include only the fields you need for filtering or displaying results. To create one point with metadata:

Insert multiple points with payloads

Batch operations are more efficient than individual inserts. Each payload in the list corresponds to the point at the same index in the IDs and vectors lists. To create multiple points with metadata at once: