API Playground
Make real API calls and see actual responses. Like Stripe or Twilio API explorers.
POST /api/v1/verify — Verify a file's C2PA provenance
Click to upload a file
curl equivalent
curl -X POST -F "file=@your-file.jpg" https://originalpictures.cc/api/v1/verifyjson
// Response will appear here after you run a request