Image persistence: Verification images (document front, document back, selfie, liveness frames) are now automatically persisted to Google Cloud Storage for compliance and audit purposes
Image retrieval API: New endpoints to list and retrieve verification images with signed URLs
GET /verifications/{id}/images — list available images
GET /verifications/{id}/images/{imageType} — get a 15-minute signed URL
SDK updates: Both iOS (v1.1.0) and Android (v1.1.0) SDKs now report imagePersisted status in verification results
Async processing: Image uploads are processed asynchronously — the imagePersisted field on the verification object confirms when persistence is complete