1
Create an API key
Open the developer dashboard and create a key with
search:read and profile:read.2
Start a Search
request_id makes POST retries idempotent. search_id identifies the pollable Search resource.3
Poll until terminal
status is running. Stop on completed, completed_with_errors, or failed.4
Use ready profiles
ready results. If the search finishes as completed_with_errors, inspect each failed result separately without discarding successful profiles.Next steps
- Review the three Search controls.
- See every supported structured intent field.
- Upgrade a result to full with Enrich.
- Add production retry behavior from Error handling.
