Skip to main content

Gửi tin nhắn file

PiScale cung cấp API gửi tin nhắn tệp đính kèm cho Bot.

HTTP request

POST https://{app_id}.api.piscale.com/chat-bot/v1.0/messages

Request body

Ví dụ
{
"thread_id": "",
"ext_user_ids": ["6872016393206779"],
"user_ids": [],
"body": {
"text": "Têp tin buổi họp!",
"metadata": [
{
"name": "video.mp4",
"source_url": "https://video-1.piscale.com/100001/dcdc9a6b-a91a-43ab-aacb-aaca87baf639/RPReplay_Final1697041206.mp4",
"size": 4170635,
"type": "file"
}
]
}
}
TênKiểu dữ liệuMô tảBắt buộc
thread_idstringMã cuộc hội thoại
ext_user_idsarrayDanh sách ext_user_id
user_idsarrayDanh sách user_id
body.textstringNội dung văn bản
body.metadataarrayDanh sách hình video
note
  • Bắt buộc thread_id hoặc ext_user_ids hoặc user_ids phải có dữ liệu.
  • Đích đến của tin nhắn sẽ được ưu tiên theo thứ tự thread_id, ext_user_ids, user_ids.
  • ext_user_ids tối đa 1000 phần tử.
  • user_ids tối đa 100 phần tử.

Giải thích các thuộc tính của metadata

TênKiểu dữ liệuMô tảBắt buộc
typestringPhải là "file"
namestringTên file
sizeintKích cỡ của file
source_urlstringUrl dùng để tải file

Response

Nếu thành công, bạn sẽ nhận được phản hồi.

Ví dụ
{
"message_code": "M200",
"message": "Success"
}
TênKiểu dữ liệuMô tả
message_codestringMã thông điệp. Xem chi tiết
messagestringNội dung mã thông điệp