Submit Run
Submit a payload for asynchronous processing. Returns a run ID for polling or webhook delivery.
Documentation Index
Fetch the complete documentation index at: https://docs.usenexio.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
Path Parameters
Engine identifier slug (e.g. default).
Body
Engine-specific submission context. Common fields for current Engine-specific submission context. The exact fields depend on your engine's configuration and domain. Common fields for current insurance engines include:
- placement engines:
coverage_types— lines to evaluate:home,auto,umbrellaaddress.state— two-letter state code used in quote matchingapplicant,drivers,vehicles_detail,residencecurrent_coverage— incumbent policies used for context, not rankedinsurance_historyappetite_bucket— ranking strategy
- entity-analysis engines:
prospect.primary_address.statecurrent_portfolio- any additional fields required by that engine's generated contract Open the Contract page on platform.usenexio.com for your engine to see the exact request schema; the Copy-for-agents button yields a Markdown integration guide ready to paste into agent-tooling prompts.
Provider offerings — one entry per provider per requirement category. Required in practice for placement engines that rank quoted line items. Not typically used by entity-analysis engines.
Optional. Pins which released engine version this run executes against, so your integration's behavior is stable across operator publishes.
"1.3"— exact version, frozen forever."1.x"— auto-track the latest released minor of major 1 (you ride non-breaking improvements; a breaking change ships as a new major you opt into explicitly).
Bare major ("1") and three-tier semver ("1.0.0") are rejected.
Omit to run against the engine's current configuration. The
resolved major.minor is echoed on the run and in webhook payloads.
^\d+\.(\d+|x)$"1.x"