SNA
엔드포인트 레퍼런스

이미지 제공

저장된 chat 이미지 embed를 제공합니다.

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

인증

bearerAuth
인증Bearer <token>

In: header

경로 파라미터

sessionId*string
filename*string

응답 본문

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"
}