---
title: "Step 3 - Send document to analysis"
method: PUT
path: "/v2/process/document/{id}"
tags: ["Credit Request"]
---

# Step 3 - Send document to analysis

`PUT /v2/process/document/{id}`

# Send document to analysis
>* Send a document to analysis
>* NOTE: Client_id is blocked if this call is made to the same CPF over 50 times in the same hour
>>* Envia um documento por vez para análise.
>>* OBS: Client_id é bloqueado caso esta chamada seja realizada para o mesmo CPF acima de 50 vezes na mesma hora

## Path parameters

- `id` string, required

## Request body

- Document
  - `type` 'SELF' | 'IDENTITY_FRONT' | 'IDENTITY_BACK' | 'ADDRESS_PROOF' | 'INCOME_PROOF' | 'DECLARATION_IR' | 'CORPORATE_BILLING_RELATIONSHIP' | 'PROOF_OF_COMPANY_ADDRESS' | 'SOCIAL_CONTRACT' | 'PROOF_OF_CORPORATE_INCOME' — Tipos de documentos
  - `mimeType` 'image/jpeg' | 'image/png' | 'application/pdf' — > MimeTypes available (if PDF is sent as a Selfie type, this item will not be accepted in the internal validation process) >> MimeTypes disponíveis (caso enviado PDF para tipo Selfie, este item não será aceito no processo de validação interna)
  - `name` string — Nome do arquivo
  - `base64` string — Arquivo encodado em base64

## Response `200`

Success

- DocumentResponse
  - `type` 'SELF' | 'IDENTITY_FRONT' | 'IDENTITY_BACK' | 'ADDRESS_PROOF' | 'INCOME_PROOF' | 'DECLARATION_IR' | 'CORPORATE_BILLING_RELATIONSHIP' | 'PROOF_OF_COMPANY_ADDRESS' | 'SOCIAL_CONTRACT' | 'PROOF_OF_CORPORATE_INCOME' — Tipos de documentos
  - `mimeType` 'image/jpeg' | 'image/png' | 'application/pdf' — > MimeTypes available (if PDF is sent as a Selfie type, this item will not be accepted in the internal validation process) >> MimeTypes disponíveis (caso enviado PDF para tipo Selfie, este item não será aceito no processo de validação interna)
  - `name` string — Nome do documento
  - `url` string — Url do documento

## Other responses

- `400` — Data validation error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found
- `409` — Conflict - request can't be executed for user

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
