POST
/
generateBulkCaseReports
curl --request POST \
  --url https://demo.parcha.ai/api/v1/generateBulkCaseReports \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_key": "<string>",
  "batch_id": "<string>",
  "password": "<string>"
}'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json
agent_key
string
required
password
string
required
batch_id
string

Response

200
_mintlify/placeholder

Bulk report generation started successfully