Authentication
Authenticate with UnifyID APIs by setting X-API-Key
as a raw HTTP header:
$ curl https://api.unify.id/v1/humandetect/verify \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--header "X-API-Key: $SERVER_API_KEY" \
--data '{"token":"value"}'
Your private API Key may be created and managed on the Developer Dashboard after you create your first project.