x402_poll_job
Poll an async x402 job until it finishes and returns the download URL. Use after media or box jobs like video, TTS, podcast, screenshot, render, OCR, metadata, or PDF text.
Instructions
Poll an async x402.eleeth.com job until it finishes (FREE — no payment). Use after x402_video, x402_tts, x402_podcast (job_type 'media') or x402_screenshot, x402_render, x402_ocr, x402_metadata, x402_pdftext (job_type 'box'). Returns the download URL when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id from the job ticket | |
| job_type | Yes | 'media' for video/tts/podcast, 'box' for screenshot/render/ocr/metadata/pdftext | |
| max_wait_seconds | No | Max time to wait, 15–1800 (default 300) | |
| poll_interval_seconds | No | Seconds between polls, 5–120 (default 15) |