POST
/
downloadReport
curl --request POST \
  --url https://demo.parcha.ai/api/v1/downloadReport \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "case_id": "<string>",
  "agent_key": "<string>",
  "force_refresh_report": false
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json

Response

200
application/pdf

Report downloaded successfully

The response is of type file.