Conheça a nossa nova rota Liveness Streaming!
{
"webhook": {
"url": "",
"fallbackUrl": "",
"authorization": {
"headers": [
{
"name": "nomeCabecalho1",
"value": "valorCabecalho1"
},
{
"name": "nomeCabecalho2",
"value": "valorCabecalho2"
}
],
"queryStrings": [
{
"name": "nomeQs1",
"value": "valorQs1"
},
{
"name": "nomeQs2",
"value": "valorQs2"
}
],
"mtls": false
}
},
"fileBase64": "",
"fileUrl": "",
"filePassword": "",
"returnImage": false,
"returnedImageQuality": "",
"returnCrops": false,
"tags": [
""
]
}
curl --location --request POST 'https://mostqiapi.com/process-image/content-extraction' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook": {
"url": "",
"fallbackUrl": "",
"authorization": {
"headers": [
{
"name": "nomeCabecalho1",
"value": "valorCabecalho1"
},
{
"name": "nomeCabecalho2",
"value": "valorCabecalho2"
}
],
"queryStrings": [
{
"name": "nomeQs1",
"value": "valorQs1"
},
{
"name": "nomeQs2",
"value": "valorQs2"
}
],
"mtls": false
}
},
"fileBase64": "",
"fileUrl": "",
"filePassword": "",
"returnImage": false,
"returnedImageQuality": "",
"returnCrops": false,
"tags": [
""
]
}'
{
"result": {
"processId": "67a7ae91-4d7f-48e2-ad03-94ff19e1b32d"
},
"requestId": "kyamMSMguEe19elsr6SFB",
"elapsedMilliseconds": 17,
"status": {
"message": "Ok",
"code": "201",
"errors": null
}
}