---
title: "Estimate credit cost for a prediction"
method: POST
path: "/predict/estimate"
tags: ["Predict"]
---

# Estimate credit cost for a prediction

`POST /predict/estimate`

## Request body

- object
  - `uploadId` string, uuid, required
  - `markers` string[], required

## Response `200`

Estimate

- Estimate
  - `patchCount` integer, required
  - `markerCount` integer, required
  - `estimatedCredits` integer, required
  - `orgBalance` integer, required
  - `orgPending` integer

## Other responses

- `409` — Upload missing dimensions

---

[API](https://skmtc.dev/strandai/apis/strand-ai-platform-api.md) · [All operations](https://skmtc.dev/strandai/apis/strand-ai-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strandai/strand-ai-platform-api/revisions/811cda19da65/schema)
