---
title: "Documentoscopia"
method: POST
path: "/documentoscopia"
tags: ["Documentoscopia"]
---

# Documentoscopia

`POST /documentoscopia`

## Request body

- object
  - `Consulta` object, required
    - `IdConsulta` string, required
    - `DOC_IMG` string, required
    - `FORENSICVALIDATIONS` string
    - `SEARCHFACE` string
    - `TRAFFICTICKET` string

## Response `200`

Resposta da consulta.
- Código 1: Sucesso.
- Código 2: Dados não encontrado.
- Código 3: Erro na consulta.

- object
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `DOCUMENTOSCOPIA` object
      - `OfficialInfo` object
        - `BIRTHDATEMATCH` string
        - `NAMEMATCHPERCENTAGE` string
        - `NAMEMATCHPERCENTAGE_V2` string
        - `OFFICIALAGE` string
        - `OFFICIALBIRTHDATE` string
        - `OFFICIALMOTHERNAME` string
        - `OFFICIALNAME` string
      - `ForensicValidations` object
        - `CODE` string
        - `MESSAGE` string
      - `DocInfo` object
        - `BIRTHDATE` string
        - `CONTAINSFACE` string
        - `CPF` string
        - `DOCTYPE` string
        - `IDENTIFICATIONNUMBER` string
        - `NAME` string
      - `EstimatedInfo` object
        - `ESTIMATE_STATUS` string
      - `ResultCode` string
      - `ResultMessage` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
