Skip to main content
POST
/
generateReportToGDrive
Generate report to Google Drive
curl --request POST \
  --url https://api.parcha.ai/api/v1/generateReportToGDrive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "job_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.

Body

application/json
job_id
string
required

Response

Report generated successfully