put https://api.trinsic.id/wallet/v1/api//verifications/fromData/autoSelect
Submit the verification from data with automatic credential selection.
Verification data can be in the form of a URL or base64 data.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
await _walletClient.SubmitVerificationFromDataAutoSelectAsync(walletId, verificationData);
await walletClient.submitVerificationFromDataAutoSelect(walletId, verificationData);
wallet_client.submit_verification_from_data_auto_select(wallet_id, verification_data)
wallet_client.submit_verification_from_data_auto_select(wallet_id, verification_data)