Conheça a nossa nova rota Liveness Streaming!
{
"fileBase64": "string",
"fileUrl": "string",
"filePassword": "string"
}
curl --location --request POST 'https://mostqiapi.com/process-image/payment-card-extraction' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileBase64": "string",
"fileUrl": "string",
"filePassword": "string"
}'
{
"result": [
{
"type": "payment-card",
"stdType": "payment-card",
"extractions": [
{
"source": "iocr",
"score": 0.9,
"tags": [
"id=zzz-payment-card-1",
"std-type=payment-card",
"type=payment-card"
],
"sections": [
{
"name": "payment_card",
"stdName": "payment_card",
"score": 0.9,
"fields": [
{
"name": "number",
"stdName": "number",
"value": "2221222134120012",
"score": 0.9
},
{
"name": "network",
"stdName": "network",
"value": "mastercard",
"score": 0.9
},
{
"name": "expiry_month",
"stdName": "expiry_month",
"value": "1998-06",
"score": 0.84
}
],
"tables": []
}
]
}
]
}
],
"requestId": "iW5V7X96Vb2FzWvf385Nk",
"elapsedMilliseconds": 7070,
"status": {
"message": "Ok",
"code": "200",
"errors": null
}
}