Authorizations
JWT token obtained from the authentication endpoint
Response
CSV processed successfully
curl --request POST \
--url https://api.parcha.ai/api/v1/enqueueFromCSV \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'agent_id=<string>' \
--form file=@example-file
curl --request POST \
--url https://api.parcha.ai/api/v1/enqueueFromCSV \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'agent_id=<string>' \
--form file=@example-file
JWT token obtained from the authentication endpoint
CSV processed successfully