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: