---
title: "Dispatch Prediction"
method: POST
path: "/api/v1/arbiters/predictions/dispatch"
---

# Dispatch Prediction

`POST /api/v1/arbiters/predictions/dispatch`

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Request body

- DispatchPredictionRequest — Request to dispatch a prediction to multiple arbiters. Will get the prediction then send it to a backend of choice. Args: input: The input to the prediction. arbiters_map: A map of score names to arbiter requests.
  - `input` object, required
  - `arbiters_map` object, required
  - `alt_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/modaic-ai/apis/modaic-api.md) · [All operations](https://skmtc.net/modaic-ai/apis/modaic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modaic-ai/modaic-api/versions/43a90513ac59/schema)
