Conheça a nossa nova rota Liveness Streaming!
{
"query": "",
"parameters": {"":""},
"webhook": {
"url": "",
"fallbackUrl": "",
"authorization": {
"headers": [
{
"name": "nomeCabecalho1",
"value": "valorCabecalho1"
},
{
"name": "nomeCabecalho2",
"value": "valorCabecalho2"
}
],
"queryStrings": [
{
"name": "nomeQs1",
"value": "valorQs1"
},
{
"name": "nomeQs2",
"value": "valorQs2"
}
]
}
}
}
curl --location --request POST 'https://mostqiapi.com/big-data/enrichment/async' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "",
"parameters": {"":""},
"webhook": {
"url": "",
"fallbackUrl": "",
"authorization": {
"headers": [
{
"name": "nomeCabecalho1",
"value": "valorCabecalho1"
},
{
"name": "nomeCabecalho2",
"value": "valorCabecalho2"
}
],
"queryStrings": [
{
"name": "nomeQs1",
"value": "valorQs1"
},
{
"name": "nomeQs2",
"value": "valorQs2"
}
]
}
}
}'
{
"result": {
"processId": "45d6O70c-54a7-5fab-xxxe-a3b7a0c2a06d"
},
"requestId": "tZfL59xpzkWXE3uk95t9U",
"elapsedMilliseconds": 38,
"status": {
"message": "OK",
"code": "200",
"errors": []
}
}