v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-242047102.4 KB
Verification Provider

Start Verification

This endpoint initiates the background job for verification. The background job will push messages back to the Verification Service via a publish message URL and then send an asynchronous response once the job has completed. The response for the callback is given here: CallbackResponse

post/lc.verification.startverification/{requestId}

Headers

TR_IDstring

A trace id, to help track problems. If it's not received, an auto-generated value will be used for logging. TR_ID header should also be set on the response.

x-lc-signaturestring

JWS token containing the signature and additional claims.

Request body

callbackUrlstring required

This is the URL detailing endpoint to call when the asynchronous job has completed.

sourceLanguagestring required

source language code

targetLanguagestring required

target language code

publishMessageUrlstring required

upload URL used to publish the verification message results to the platform

verifierSettingsobject

JSON settings object containing verifier specific settings

sessionIdstring

ID of session this request is associated with

Response

Created