Skip to main content
POST
/
v1
/
search-v2
/
custom-enrichments
/
{id}
/
bulk
Custom bulk enrichment by enrichment ID
curl --request POST \
  --url https://api.nuvia.ai/v1/search-v2/custom-enrichments/{id}/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_ids": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Path Parameters

id
string
required

Body

application/json
business_ids
string[]
required
Required array length: 1 - 50 elements
Required string length: 1 - 64

Response

201 - application/json

The response is of type object.