Skip to main content
GET
/
files
/
{file_key}
/
content
파일 다운로드
curl --request GET \
  --url https://client-api.tryvox.co/v3/files/{file_key}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Headers

if-none-match
string | null

조건부 요청 검증자입니다. 이전에 받은 ETag를 전달하면 변경되지 않은 바이트의 재다운로드를 건너뜁니다.

Path Parameters

file_key
string
required

업로드 API, sms_received 웹훅 페이로드, 대화 메시지 attachments가 반환한 파일 키입니다.

Response

원본 파일 바이트입니다.

The response is of type file.