Skip to main content
POST
/
v1
/
search-v2
/
prospects
/
enrichment
/
{type}
Enrich prospect by type
curl --request POST \
  --url https://api.nuvia.ai/v1/search-v2/prospects/enrichment/{type} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prospect_id": "<string>",
  "parameters": {}
}
'

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Path Parameters

type
string
required

Body

application/json
prospect_id
string
required
Required string length: 1 - 64
parameters
object

Response

201 - undefined