Enqueue a research query plan

Authentication

AuthorizationBearer

LoreOS API key, sent as Authorization: Bearer <key>.

Path parameters

slugstringRequired

Request

This endpoint expects an object.
planner_inputobjectRequired

The typed research-needs input used to create the query plan. LoreOS revalidates it server-side before enqueueing runs.

query_planobjectRequired

LLM or operator-authored query plan; accepted queries become runs.

trigger_sourceenumOptionalDefaults to api
expand_queriesbooleanOptionalDefaults to true

Whether LoreOS should apply deterministic query expansion before enqueueing runs. Expansion can split valid multi-category place queries; it does not repair invalid queries or call providers.

max_expansions_per_queryintegerOptional0-4Defaults to 3
Maximum deterministic variants to generate per source query.
idempotency_prefixstring or nullOptional<=180 characters

Optional stable prefix. Defaults to app/character/query-plan identifiers.

Response

Successful Response

Errors

422
Unprocessable Entity Error