cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/enqueueFromSource \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "<string>", "source_type": "url", "source_content": "<string>", "source_name": "Unlabeled Source", "prompt": "<string>" } '
Process URL, PDF, CSV, or text to extract companies and enqueue as KYB jobs
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
url
base64_pdf
base64_csv
text
Source processing started successfully