Convert a storage URI (returned in every entity’sDocumentation Index
Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
Use this file to discover all available pages before exploring further.
uri field) to a time-limited signed URL that can be displayed in a browser or embedded in a response. Called only when the agent needs to present a visual to the user.
When to Use
- Show the user an image of a sheet, block, feature, or overlay
- Display a comparison overlay (composite, additions, or deletions layer)
- Present a cropped feature image alongside analysis results
- Attach reference images to an RFI draft
Most queries do not need images. Only call
ViewImage when the user asks to see something or when a visual reference adds value (e.g., showing an overlay alongside a change description).Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uri | string | yes | Storage URI from any entity’s uri field (e.g., "storage://blocks/blk_a101_plan/image.png") |
Response
| Field | Type | Description |
|---|---|---|
url | string | Signed HTTPS URL, directly viewable in a browser |
expires_in | number | Seconds until the URL expires (typically 900 = 15 minutes) |