VerifyAI Make Integration
Drop VerifyAI into any Make scenario to add photo verification to your visual automations. Trigger on photos from any app, verify with AI, and branch by isCompliant.
Quick Start
1. Install
Add an HTTP module to your scenario. Point it at the VerifyAI REST API and authenticate with your API key.2. Use
Module: HTTP — Make a request
URL: https://api.verify.switchlabs.dev/v1/verifications
Method: POST
Headers:
Authorization: Bearer vi_live_...
Body type: multipart/form-data
Fields:
image (File): {{1.photo_data}}
policy (Text): vehicle_damage
metadata[trip_id] (Text): {{1.trip_id}}
Parse response: Yes (JSON)
Use {{2.isCompliant}} in downstream router to branch.Features
Visual Scenario Builder
Drop the VerifyAI HTTP module into any scenario and connect it visually. No code required for typical pipelines.
1,500+ App Connectors
Trigger from Webflow, Jotform, Notion, Airtable, ShipStation, Klaviyo, or any other Make-supported source.
Router-Based Branching
Route compliant and non-compliant verifications down different paths. Trigger notifications, tickets, or DB updates per branch.
Error Handling Built In
Per-module retry, error-handler scenarios, and break-on-error options keep scenarios resilient under load.
Async Mode
For high-volume pipelines, use VerifyAI's async option. Make's webhook trigger fires when each verification completes.
Importable Scenarios
Pre-built scenario blueprints for common patterns — form-to-verify, return-photo-check, delivery-proof flows.
Code Examples
Requirements
- A Make account on any paid tier (free tier supports limited ops)
- VerifyAI API key (free sandbox available)
- Source app (Webflow, Jotform, Drive, Airtable, etc.) connected in Make
- Destination app (CRM, sheet, ticketing) connected in Make
Frequently Asked Questions
Add Photo Verification to Your Make Scenarios
Wire VerifyAI into any visual automation. Start your free sandbox today.