Skip to content
Product

One API, everything you need to verify identity

DNI verification against RENIEC, physical document validation, reputation network across businesses, and a free professional sandbox. All bundled into a single API.

Developer experience

It is this simple

A single HTTP call. No required SDK, no complex OAuth, no weird signatures.

curl -H "Authorization: Bearer mfx_live_xxxxxxxxxx" \
  https://api.maxfind.app/v1/dni/12345678

# Respuesta inmediata
{
  "success": true,
  "data": {
    "dni": "12345678",
    "nombres": "JUAN CARLOS",
    "apellido_paterno": "PEREZ",
    "apellido_materno": "GARCIA"
  }
}

Ready to start?

Create your free account and make your first call in under 5 minutes.