Get time‑limited links to download results. Each input’s results include a URL for the markdown file and URLs for screenshots. Expiration is configurable server‑side.Documentation Index
Fetch the complete documentation index at: https://docs.trelent.com/llms.txt
Use this file to discover all available pages before exploring further.
Discriminant
type: "s3-signed-url"
Config
images(object): Map of image ids to direct URLs.markdown_delivery(string): Direct URL to the markdown file.
Going deeper
- Adjust
expires_minutesto control how long links remain valid. - To reduce payload size when polling job status, exclude inline markdown:
- TypeScript:
client.getJobStatus(jobId, { excludeMarkdown: true }) - Python:
client.get_job_status(job_id, exclude_markdown=True)
- TypeScript: