Skip to main content
POST
/
enqueueFromCSV
Enqueue jobs from CSV
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>'

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file
file
agent_id
string

Response

CSV processed successfully