# Verify an image against the Gensix registry curl -X POST https://attestio-api-746435729615.us-central1.run.app/v1/verify \ -H "X-Attestio-Key: YOUR_API_KEY" \ -F "file=@photo.jpg"
# Register an asset for protection curl -X POST https://attestio-api-746435729615.us-central1.run.app/v1/assets \ -H "X-Attestio-Key: YOUR_API_KEY" \ -F "file=@original.jpg" \ -F "name=Product Hero Shot"
Replace YOUR_API_KEY with your API key from the dashboard. All responses are JSON.