Refine an AI Finder preview
What it does. Takes an existing previewId plus a natural-language feedback string (e.g. “exclude agencies”, “only US companies”, “narrow to 50–500 employees”) and runs a NEW AI search that combines the original query with your refinement. Returns a brand-new previewId; the original preview is untouched and still valid.
When to use. Call this after you’ve reviewed the result of a preview and want to tighten the filters before importing. You can chain iterations — each iterate call returns a new previewId you can iterate on again.
Provider. The new preview uses the SAME provider as the one being refined — you don’t re-pick the provider. If the original preview used AUTO, the refined one also uses AUTO (the AI may still route to the same or a different provider, based on the combined query).
What you get back. Same shape as POST /v1/ai-finder/previews, plus a previousPreviewId field pointing at the preview you refined. Use this new previewId with the iterate or import endpoint.
Required scope:
ACTIONS_WRITERate limit: 10 requests per minute
Documentation Index
Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The previewId returned by a prior preview or iterate call.
Body
Refinement instruction. Appended to the original query and re-run through AI Finder. Examples: "focus on US only", "exclude agencies", "narrow to 50-500 employees", "include VP and SVP titles only". Returns a NEW previewId; the prior preview stays cached and is still valid. 1–2000 characters.
1 - 2000