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
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
Company enrichment successful
success
error
not_found