cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/enrichCompany \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "website": "<string>", "ticker": "<string>", "profile": "<string>" }'
{ "status": "success", "data": {}, "error": "<string>", "source": "<string>" }
Enrich company data using People Data Labs API
JWT token obtained from the authentication endpoint
Company enrichment successful
success
error
not_found