cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/enqueueFromCSV \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form 'agent_id=<string>'
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
CSV processed successfully