Hướng dẫn tích hợp
Upload-Post + Make Integration
Seamlessly connect your Upload-Post account with Make in 3 simple steps. Follow this visual guide to configure your API integration efficiently.
Bắt đầu với Upload-Post
Tạo một tài khoản hoặc đăng nhập vào tài khoản hiện có của bạn.
Open Upload-Post App
Cấu hình API
Điểm cuối:https://api.upload-post.com/api/upload
Phương thức:POST
Tiêu đề: Authorization: Khóa API [YOUR_API_KEY] Lưu ý: Find your API key in your
Upload-Post Manage Api Keys
Cấu hình Dữ liệu Biểu mẫu & Thiết lập Make.com
| Trường | Giá trị | Bắt buộc |
|---|---|---|
| title | Tiêu đề video của bạn | Tùy chọn |
| user | Tên người dùng của bạn | Bắt buộc |
| platform[] | tiktok | Bắt buộc |
| video | Tệp nhị phân | Bắt buộc |
Cấu hình Make.com: Follow these steps in Make.com:
- Add an Mô-đun HTTP: In your Make.com scenario, add an HTTP module and choose the "Make a Request" action.
- Configure the Request Settings:
- Phương pháp: Set to POST.
- URL: Enter
https://api.upload-post.com/api/upload. - Tiêu đề: Add a header with:
- Key: Authorization
- Giá trị:
Khóa API [YOUR_API_KEY]
- Set the Nội dung Yêu cầu: Change the body type to
multipart/form-dataand add the following form fields:- title: Set the value to your desired title (you can use a variable if needed, e.g.,
[YOUR TITLE]). - user: Enter your username the one you setted in upload-post (e.g.,
[YOUR USERNAME]). - platform[]: Set the value to
tiktok. - video: Attach the binary file (your video file). Make sure this field is mapped to the binary data you want to send.
- title: Set the value to your desired title (you can use a variable if needed, e.g.,
- Lưu và Kiểm tra: Lưu kịch bản của bạn và chạy thử nghiệm để đảm bảo rằng việc tải video hoạt động chính xác qua API.
Tùy chọn cấu hình nâng cao
Dành cho việc tải lên Instagram
To upload to Instagram instead, simply change the platform value to instagram in your form data.
Tải lên nhiều nền tảng
To upload to both TikTok and Instagram simultaneously, add both platform values by creating multiple fields with the same name platform[] in the Make.com HTTP module.
Securely Storing API Keys in Make.com
For better security, avoid hardcoding your API key directly in scenarios:
- Create an Khóa Ứng dụng in Make.com
- Lưu khóa API Upload-Post của bạn dưới dạng hằng số
- Tham chiếu hằng số trong tiêu đề mô-đun HTTP của bạn
- Khi chia sẻ kịch bản, hãy sử dụng bản thiết kế kịch bản không tiết lộ khóa của bạn
Example of referencing an API key constant in Make:
"headers": {
"Ủy quyền": "Khóa API {{constants.uploadPostApiKey}}"
} Need more guidance? Check out this detailed forum post:
Hướng dẫn Cộng đồng Make.com