Entegrasyon Kılavuzu
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.
Upload-Post ile Başlayın
Bir hesap oluşturun veya mevcut hesabınıza giriş yapın
Open Upload-Post App
API Yapılandırması
Uç Nokta:https://api.upload-post.com/api/upload
Yöntem:POST
Başlıklar: Authorization: Apikey [YOUR_API_KEY] Not: Find your API key in your
Upload-Post Manage Api Keys
Form Veri Yapılandırması & Make.com Ayarı
| Alan | Değer | Gerekli |
|---|---|---|
| title | Video başlığınız | İsteğe bağlı |
| user | Kullanıcı adınız | Gerekli |
| platform[] | tiktok | Gerekli |
| video | İkili dosya | Gerekli |
Make.com Yapılandırması: Follow these steps in Make.com:
- Add an HTTP Modülü: In your Make.com scenario, add an HTTP module and choose the "Make a Request" action.
- Configure the Request Settings:
- Yöntem: Set to POST.
- URL: Enter
https://api.upload-post.com/api/upload. - Başlıklar: Add a header with:
- Key: Authorization
- Değer:
Apikey [YOUR_API_KEY]
- Set the İstek Gövdesi: 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.,
- Kaydet ve Test Et: Senaryonuzu kaydedin ve videonun API üzerinden doğru bir şekilde yüklendiğinden emin olmak için bir test çalıştırın.
Gelişmiş Yapılandırma Seçenekleri
Instagram Yüklemeleri için
To upload to Instagram instead, simply change the platform value to instagram in your form data.
Birden Fazla Platforma Yükleme
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 Uygulama Anahtarı in Make.com
- Upload-Post API anahtarınızı bir sabit olarak saklayın
- HTTP modül başlıklarınızda sabiti referans alın
- Senaryoları paylaşırken, anahtarlarınızı açığa çıkarmayan senaryo şablonlarını kullanın
Example of referencing an API key constant in Make:
"headers": {
"Yetkilendirme": "Apikey {{constants.uploadPostApiKey}}"
} Need more guidance? Check out this detailed forum post:
Make.com Topluluk EğitimiYardım mı gerekiyor?
Entegrasyon uzmanlarımız burada yardımcı olmak için var