easysourceflow_submit_link
Submit a public URL for background summarization and receive a job ID to track processing until completion.
Instructions
Default entry point for every URL summarization request. Submit a public URL for durable background processing and retain the returned job ID. Then call easysourceflow_get_job with wait_seconds=45 until the job reaches succeeded, failed, or canceled. A queued or running response is not a failure and must never be replaced with an independent web fetch or summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http or https URL to process. | |
| instruction | No | User summary instruction. | |
| force_refresh | No | Ignore cached results and fetch and summarize the source again. | |
| summary_quality | No | Use fast for the configured normal model, or pro for the configured strong model. Video links are automatically treated as pro. | fast |