Skip to main content
POST
Price or submit a prediction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
uploadId
string<uuid>
required
markers
string[]
required
Required array length: 1 - 512 elements
model
enum<string>

Optional explicit Lattice version. Only v0.7 is dispatchable and is the current default; omit model to let the platform pick it. v0.4/v0.5 are READ-ONLY as of 2026-06-23: they remain in this enum because they still appear on historical job records, but requesting one returns 400 model_sunset (with currentDefault). Legacy model strings return 400 unknown_model.

Available options:
v0.4,
v0.5,
v0.7
dryRun
boolean
default:false

When true, validates and returns the exact credit estimate without reserving credits, creating a job, or dispatching work.

Response

Validated dry-run estimate with no side effects

dryRun
enum<boolean>
required
Available options:
true
patchCount
integer
required
markerCount
integer
required
estimatedCredits
integer
required
orgBalance
integer
required
orgPending
integer
required