cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/generateBulkCaseReports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "agent_key": "<string>", "batch_id": "<string>", "password": "<string>" }'
JWT token obtained from the authentication endpoint
Bulk report generation started successfully