POST
/
enqueueFromCSV
curl --request POST \
  --url https://demo.parcha.ai/api/v1/enqueueFromCSV \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'agent_id=<string>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

multipart/form-data
file
file
agent_id
string

Response

200
_mintlify/placeholder

CSV processed successfully