Attach Resource
Resources
Attach Resource
Attach a call, SMS conversation, or file to an issue.
POST
Attach Resource
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Attaches a resource as evidence on an issue. Resources are what Norm reads during an investigation. Attaching the same resource twice is a no-op. For calls specifically, Attach Call is a shorthand that takes thecall_id directly.
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Body Parameters
Type of resource to attach. One of
call, sms_conversation, or file.Response
Returns201 Created with the new resource link. If the resource was already attached, returns the existing link with 200 OK.
null on success. Returns 404 if the issue or the underlying resource cannot be found in your org.Docs for agents: llms.txt