Guida all\'integrazione
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.
API Configuration
Endpoint:https://api.upload-post.com/api/upload
Metodo:POST
Intestazioni: Authorization: Apikey [YOUR_API_KEY] Nota: Find your API key in your
Upload-Post Manage Api Keys
Configurazione dei Dati del Modulo e Impostazione di Make.com
| Campo | Value | Richiesto |
|---|---|---|
| title | Il titolo del tuo video | Opzionale |
| user | Il tuo nome utente | Richiesto |
| platform[] | tiktok | Richiesto |
| video | File binario | Richiesto |
Configurazione di Make.com: Follow these steps in Make.com:
- Add an Modulo HTTP: Nel tuo scenario Make.com, aggiungi un modulo HTTP e scegli l\'azione "Effettua una richiesta".
- Configure the Request Settings:
- Metodo: Imposta su POST.
- URL: Enter
https://api.upload-post.com/api/upload. - Intestazioni: Add a header with:
- Key: Authorization
- Value:
Apikey [YOUR_API_KEY]
- Imposta il Corpo della richiesta: Cambia il tipo di corpo in
multipart/form-dataand add the following form fields:- title: Imposta il value to your desired title (you can use a variable if needed, e.g.,
[YOUR TITLE]). - user: Inserisci il tuo nome utente, quello che hai impostato in Upload-Post (es.
[YOUR USERNAME]). - platform[]: Imposta il value to
tiktok. - video: Allega il file binario (il tuo file video). Assicurati che questo campo sia mappato ai dati binari che vuoi inviare.
- title: Imposta il value to your desired title (you can use a variable if needed, e.g.,
- Salva e Testa: Salva il tuo scenario ed esegui un test per assicurarti che il caricamento del video funzioni correttamente tramite l\'API.
Opzioni di configurazione avanzate
Per i caricamenti su Instagram
To upload to Instagram instead, simply change the platform value to instagram in your form data.
Caricamento su più piattaforme
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 Chiave App in Make.com
- Memorizza la tua chiave API di Upload-Post come costante
- Fai riferimento alla costante nelle intestazioni del tuo modulo HTTP
- Quando condividi scenari, utilizza modelli di scenario che non espongono le tue chiavi
Example of referencing an API key constant in Make:
"headers": {
"Autorizzazione": "Apikey {{constants.uploadPostApiKey}}"
} Need more guidance? Check out this detailed forum post:
Tutorial della comunità di Make.comHai bisogno di assistenza?
I nostri esperti di integrazione sono qui per aiutarti