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
case_id
string
required
agent_key
string
required
force_refresh_report
boolean
default:false

Response

200
application/pdf
Report downloaded successfully

The response is of type file.