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.

CvDeepMatchSubmitResponse
{
"id": "string",
"status": "processing",
"message": "string",
"estimated_time": "string",
"idempotent_replay": true
}