verify_photo
Verify a photo's authenticity from a RAW camera file and its JPEG export. Provide the files either inline as raw_base64 + image_base64 (small files), or — for large files — call create_verification_upload first and pass the returned raw_object_key + image_object_key. Returns a verification id; poll get_verification for the result. With an API key this counts against your monthly quota (free tier: 5/month). Without a key it runs on the keyless anonymous tier (rate-limited; returns an anonymous_user_id to reuse; anonymous verifications can't be listed or shared until you register).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_base64 | No | ||
| image_base64 | No | ||
| raw_filename | No | upload.raw | |
| image_filename | No | upload.jpg | |
| raw_object_key | No | ||
| image_object_key | No | ||
| anonymous_user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||