इंटीग्रेशन गाइड
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 के साथ शुरू करें
एक खाता बनाएं या अपने मौजूदा खाते में लॉग इन करें।
Open Upload-Post App
API कॉन्फ़िगरेशन
एंडपॉइंट:https://api.upload-post.com/api/upload
विधि:POST
हेडर: Authorization: API कुंजी [YOUR_API_KEY] नोट: Find your API key in your
Upload-Post Manage Api Keys
फॉर्म डेटा कॉन्फ़िगरेशन और Make.com सेटअप
| क्षेत्र | मान | आवश्यक |
|---|---|---|
| title | आपका वीडियो शीर्षक | वैकल्पिक |
| user | आपका उपयोगकर्ता नाम | आवश्यक |
| platform[] | tiktok | आवश्यक |
| video | बाइनरी फ़ाइल | आवश्यक |
Make.com कॉन्फ़िगरेशन: Follow these steps in Make.com:
- Add an HTTP मॉड्यूल: In your Make.com scenario, add an HTTP module and choose the "Make a Request" action.
- Configure the Request Settings:
- विधि: Set to POST.
- URL: Enter
https://api.upload-post.com/api/upload. - हेडर: Add a header with:
- Key: Authorization
- मान:
API कुंजी [YOUR_API_KEY]
- Set the अनुरोध शरीर: 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.,
- सहेजें और परीक्षण करें: अपने परिदृश्य को सहेजें और यह सुनिश्चित करने के लिए एक परीक्षण चलाएँ कि वीडियो अपलोड API के माध्यम से सही ढंग से काम करता है।
उन्नत कॉन्फ़िगरेशन विकल्प
Instagram अपलोड के लिए
To upload to Instagram instead, simply change the platform value to instagram in your form data.
कई प्लेटफ़ॉर्म पर अपलोड करना
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 ऐप कुंजी in Make.com
- अपने Upload-Post API कुंजी को एक स्थायी के रूप में स्टोर करें
- अपने HTTP मॉड्यूल हेडर में स्थायी का संदर्भ लें
- परिदृश्यों को साझा करते समय, ऐसे परिदृश्य ब्लूप्रिंट का उपयोग करें जो आपकी कुंजियों को उजागर न करें
Example of referencing an API key constant in Make:
"headers": {
"अधिकार": "API कुंजी {{constants.uploadPostApiKey}}"
} Need more guidance? Check out this detailed forum post:
Make.com समुदाय ट्यूटोरियल