Asked by troy on August 19, 2025
Can I upload files via the API and what is the required structure? Will a curl command like the example work?
Answered by Twidget
When uploading files with curl use the --form parameter. Example:
curl --location 'http://f343f.twidget.io/files/single' \ --form 'single=@"/OneDrive/Pictures/image.jpg"' \ --form 'path="/folder/file.png"'
This uses multipart/form-data to send the file.
Testing Twidget APIs with Postman or other front ends
Yes. APIs you create in Twidget can be tested with Postman or used by any front‑end client.
Using Twidget to build a website
Yes — you can build both front‑end pages and backend APIs with Twidget.
CSV re‑import behavior (update vs duplicate)
Reimporting data into a table creates new records; it does not update existing records.
Downloading Zoom recording and saving file bytes
Yes. Use the HTTP Request command with response type set to ArrayBuffer to receive file bytes, then store those bytes as a file in Twidget’s file manager. From there you can transfer the file to YouTube using the YouTube API or another service.
Connecting Groove Funnels and SendFox; APIXDRIVE comparison; requests per month
1) Twidget can connect to any application that provides an API, including Groove Funnels and SendFox.
2) Twidget is not the same product as APIXDRIVE, though it performs similar integration functions.
3) "Requests per month" refers to the number of inbound API requests allowed by your...