Skip to main content
POST
/
enrichCompany
Enrich company data
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.parcha.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.

Body

application/json
name
string
website
string
ticker
string
profile
string

Response

Company enrichment successful

status
enum<string>
Available options:
success,
error,
not_found
data
object
error
string
source
string