Integratiehandleiding

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.

Begin met Upload-Post

Maak een account aan of log in op je bestaande account

Open Upload-Post App

API Configuratie

Eindpunt: https://api.upload-post.com/api/upload
Methode: POST
Headers:
Authorization: Apikey [JOUW_API_KEY]
Opmerking: Find your API key in your Upload-Post Manage Api Keys

Configuratie van formuliergegevens & Make.com-instelling

Veld Waarde Vereist
title Je videotitel Optioneel
user Je gebruikersnaam Vereist
platform[] tiktok Vereist
video Binaire bestand Vereist
Make.com Configuratie: Follow these steps in Make.com:
  • Add an HTTP-module: In your Make.com scenario, add an HTTP module and choose the "Make a Request" action.
  • Configure the Request Settings:
    • Methode: Set to POST.
    • URL: Enter https://api.upload-post.com/api/upload.
    • Headers: Add a header with:
      • Key: Authorization
      • Waarde: Apikey [JOUW_API_KEY]
    • Set the Verzoeklichaam: 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.
  • Opslaan en Testen: Sla je scenario op en voer een test uit om te zorgen dat de video-upload correct werkt via de API.

Geavanceerde configuratieopties

Voor Instagram-upload

To upload to Instagram instead, simply change the platform value to instagram in your form data.

Uploaden naar Meerdere Platforms

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 App Sleutel in Make.com
  • Bewaar je Upload-Post API-sleutel als een constante
  • Verwijs naar de constante in je HTTP-moduleheaders
  • Wanneer je scenario\'s deelt, gebruik scenario-ontwerpen die je sleutels niet blootstellen

Example of referencing an API key constant in Make:

"headers": {
  "Autorisatie": "Apikey {{constants.uploadPostApiKey}}"
}

Need more guidance? Check out this detailed forum post:

Make.com Community Tutorial

Hulp nodig?

Onze integratie-experts staan klaar om te helpen