دليل التكامل

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-data and 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.
  • احفظ واختبر: احفظ السيناريو الخاص بك وقم بتشغيل اختبار للتأكد من أن تحميل الفيديو يعمل بشكل صحيح عبر 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
  • قم بتخزين مفتاح API الخاص بـ Upload-Post كقيمة ثابتة
  • قم بالإشارة إلى الثابت في رؤوس وحدة 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

تحتاج إلى مساعدة؟

خبراؤنا في التكامل هنا للمساعدة