cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/generateReportToGDrive \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "job_id": "<string>" } '
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
Report generated successfully