Skip to main content
Here’s the game plan:
  1. Start a document verification by calling the start verification endpoint.
  2. Setup a webhook to receive notifications when the verification is complete.
  3. Retrieve the verification result using the retrieve verification endpoint.
All requests will use the base URL https://api.camber.so/v1. Make sure you have generated an API key (authentication token) from the Camber dashboard.

Start a verification

Important: Signed URLs should be valid for at least 10 minutes.

Setup a webhook server

Retrieve a verification

That’s it! You’ve now successfully run a document verification. The rest is up to you :)