Method
Parameters
URL of the photo to verify. Must be a valid, publicly accessible image URL. Provide either
photoUrl or photoBase64, but not both.Base64-encoded image data URI (e.g.,
data:image/jpeg;base64,...). Use this when you have the image data directly instead of a URL. Provide either photoUrl or photoBase64, but not both.Facebook profile URL to compare against. Must be a valid Facebook profile URL (contains ‘facebook.com’).
Additional instructions to append to the AI prompt for custom verification criteria.
Usage
Using Photo URL
Using Base64 Image
Response
Returns aVerifyProfilePhotoVerifyResponse object.