Skip to main content
POST
/
v1
/
search-v2
/
save
/
preview
Preview de importação: novos vs existentes
curl --request POST \
  --url https://api.nuvia.ai/v1/search-v2/save/preview \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identifiers": {
    "linkedins": [
      "<string>"
    ],
    "domains": [
      "<string>"
    ],
    "cnpjs": [
      "<string>"
    ]
  }
}
'
{}

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Body

application/json
result_type
enum<string>
required
Available options:
prospects,
businesses,
brazil_companies
identifiers
object
required

Response

201 - application/json

The response is of type object.