POST /api/open/v1/jobs/:jobId/resume — resumes a job paused due to insufficient credits. Add credits to your account before calling this endpoint.
Resume a job that has been paused with a blocked_insufficient_credits status. Plangrep automatically pauses processing when your organization runs out of credits mid-job. After adding credits to your account, call this endpoint to restart processing from where it left off — no re-upload is required.
This endpoint only works on jobs with a current status of blocked_insufficient_credits. Calling it on jobs in any other status — including active, terminal, or cancelled jobs — will return an error. Verify that you have added sufficient credits to your account before calling this endpoint, or the job may be paused again shortly after resuming.