{
"fileBase64": "SGVsbG8gd29ybGQh...",
"fileUrl": "https://example.com/file.pdf",
"returnImage": true,
"returnedImageQuality": 90,
"webhook": {
"url": "https://example.com/webhook",
"fallbackUrl": "https://fallback.example.com/webhook",
"authorization": {
"headers": [
{
"name": "Authorization",
"value": "Bearer token"
}
],
"queryStrings": [
{
"name": "apiKey",
"value": "123456789"
}
]
}
},
"operation": {
"id": "d2cbc642-9912-4a12-9931-653a17a6afef",
"maxRetries": 3,
"timeoutSeconds": 60
},
"generationRules": [
{
"documentConfiguration": {
"score": 0.8,
"scoreFlag": "IGNORE_NULL"
},
"generalFieldConfiguration": {
"score": 0.7,
"scoreFlag": "CONSIDER_NULL"
},
"generalTableConfiguration": {
"score": 0.5,
"scoreFlag": "IGNORE_SCORE"
},
"specificFieldConfiguration": [
{
"name": "cpf",
"score": 0.9,
"scoreFlag": "IGNORE_NULL"
}
],
"specificTableConfiguration": [
{
"name": "tabela_categorias",
"score": 0.6,
"scoreFlag": "IGNORE_NULL"
}
],
"fieldsNameWhitelist": [
"cpf",
"data_emissao"
],
"tablesNameWhitelist": [
"tabela_categorias"
]
}
]
}