Skip to main content

CvDeepMatchSubmitResponse

idstringrequired

The external request id — an opaque string, not necessarily a UUID (BKL-079). Use this to poll status or correlate the webhook callback.

statusstringrequired

Always processing on the immediate submit response.

Possible values: [processing]

messagestringrequired
estimated_timestringrequired

Human-readable estimate, e.g. "1-3 minutes".

idempotent_replayboolean

true only on a HTTP 200 idempotency replay. Absent (or false) on a fresh 202 submission.

costinteger

The credits this match cost (fixed, 3). The amount held against your balance while the run is in flight.

Example: 3
availableBalanceinteger

Your spendable balance after this run's hold (creditBalance − reservedBalance, clamped ≥ 0). Same availableBalance figure as GET /api/v1/credits.

Example: 7
CvDeepMatchSubmitResponse
{
"id": "string",
"status": "processing",
"message": "string",
"estimated_time": "string",
"idempotent_replay": true,
"cost": 3,
"availableBalance": 7
}