Authorizations
Body
application/json
curl --request POST \
--url https://api.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.curl --request POST \
--url https://api.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.