SNA

Serve image

Serve a stored chat image embed.

GET
/chat/images/{sessionId}/{filename}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

sessionId*string
filename*string

Response Body

image/png

application/json

application/json

application/json

curl -X GET "https://example.com/chat/images/string/string"
null
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}