retry_job
Retry a paid eBook generation job that failed server-side. This re-queues the original job without charging again — use this whenever get_job_status reports a failed job that was previously paid for, instead of calling generate_ebook (which would create a new payment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID of the previously paid job that failed. |