Skip to main content

Prefill (Trust + Identity)

POST 

/prove/prefill

Runs the Prove Trust Score and, when it clears the threshold and none of the optional abandon_prefill_reason_codes matched, the Identity Prefill — in a single call. Identify the session with the Agc-Session-Id header returned from Auth Initial.

When trust fails, or a caller abandon code matches, the response stops after trust with proceeded_to_prefill: false and completed: true. On success, identity is returned and completed is false (Identity Verify may follow).

Note: this endpoint runs billable Prove calls. Send a fresh Idempotency-Key per attempt.

Request

Responses

Trust result, plus prefill identity when the flow proceeded

Response Headers
    Agc-Applicant-Id

    The applicant id

    Agc-Api-Version

    We update the API major version whenever we introduce breaking changes. Internally, we update minor and patch versions whenever we add functionality and backward-compatible updates

    X-Rate-Limit

    The current limit on a 5-minute window.

    X-Rate-Limit-Remaining

    The remaining calls on a 5-minute window.

    Timestamp

    The timestamp of the request reception.