Document OCR

Update step action document ocr

POST https://biometrid.com/api/processes/:id/step

This endpoint allows you to update a process step document type. This action may take some time to complete.

Path Parameters

Name
Type
Description

id

string

ID of the process to get

Headers

Name
Type
Description

Accept-Language

string

en (default), pt

Content-Type

string

application/json or multipart/form-data

Authorization

string

Authentication account token

Request Body

Name
Type
Description

front

string

Front card file

back

string

Back card file

doctype

string

idcard / passport

{
  "data": {SHOW_CURRENT_STEP},
  "meta": {
    "message": "ProcessStep updated with success."
  },
  "status": true
}

Last updated

Was this helpful?