- Introdução
- Consumindo a API
- Características da API
- Mensagens de Erro
- Material de Apoio
- Authentication
- Address Parsing
- Billing/DailySummary
- Content Classification
- Content Compare
- Content Extraction
- Content Extraction Async
- Content Extraction Distance
- Content Fullreader
- Enrichment
- Facematch
- Generative Content Extraction
- Image Properties
- Image Reporting - Continuous Improvement
- Invoice Extraction
- License Plate Recognition
- Liveness Detection
- Liveness Streaming
- MultiAddress Parsing
- MultiPage Content Extraction
- Payment Card Extraction
- Vio Extraction
Async
POST
https://mostqiapi.com/big-data/enrichment/async
Background checkenriquecimento de dadosdatasetsapi de dadoskycconsulta cpfconsulta cnpjnotas fiscaisnfe
Last modified:2025-03-13 17:47:21
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params application/json
query
string
required
parameters
object
required
string
optional
webhook
object
optional
url
string
optional
fallbackUrl
string
optional
authorization
object
optional
Example
{
"query": "",
"parameters": {
"": ""
},
"webhook": {
"url": "",
"fallbackUrl": "",
"authorization": {
"headers": [
{
"name": "nomeCabecalho1",
"value": "valorCabecalho1"
},
{
"name": "nomeCabecalho2",
"value": "valorCabecalho2"
}
],
"queryStrings": [
{
"name": "nomeQs1",
"value": "valorQs1"
},
{
"name": "nomeQs2",
"value": "valorQs2"
}
]
}
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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"
}
]
}
}
}'
Responses
🟢200OK
application/json
Body
result
object
required
processId
string
required
requestId
string
required
elapsedMilliseconds
integer
required
status
object
required
message
string | null
required
code
string
required
errors
array [object {2}] | null
required
Examples
{
"result": {
"processId": "45d6O70c-54a7-5fab-xxxe-a3b7a0c2a06d"
},
"requestId": "tZfL59xpzkWXE3uk95t9U",
"elapsedMilliseconds": 38,
"status": {
"message": "OK",
"code": "200",
"errors": []
}
}
🟠400R101 A specified parameter is wrong
🟠401R117 Invalid authorization data
🔴500E100 The request could not be processed
Modified at 2025-03-13 17:47:21