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

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Path Parameters

id
string
required

Body

application/json
business_id
string
required
Required string length: 1 - 64

Response

201 - application/json

The response is of type object.