Decision survival queries the live AI engines under realistic buyer- intent pressure and asks: does your entity survive the recommendation, or get displaced by a competitor?
Three seeded scenarios at increasing decision depth:
Returns the most recent AI engine evaluation for the entity, with the scenario breakdown and the displacement chain (which competitors took the slot when your entity was displaced).
curl -s "https://entidex.com/api/v1/entities/anthropic/decision-survival" \
-H "Authorization: Bearer $ENTIDEX_API_KEY"Trigger a live evaluation to replay the scenarios against the AI engines and persist a fresh result. Billed at 10× the standard probe cost. Pass an optional body to scope the scenarios, engines, or context; omit it to run every scenario with context derived from the entity.
curl -s -X POST "https://entidex.com/api/v1/entities/anthropic/decision-survival/run" \
-H "Authorization: Bearer $ENTIDEX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"scenarioKeys":["final_choice_under_constraints"]}'Once the run completes, the latest result is available from the GET endpoint above.
Create a free account to get an API key (1,000 monthly credits, 1,500 with a verified email + phone), then resolve, read and ground in minutes. Or try the keyless scan first.