Curl to n8n for cloudflare stream

selfhosted

how would you use http node for this curl?
i get the file from binary node. i need this ‘file’ parameter.
chtgpt wants to create custom node , but can it be done with http node?

curl --request POST \
--header "Authorization: Bearer <API_TOKEN>" \
--form file=@/Users/user_name/Desktop/my-video.mp4 \
https://api.cloudflare.com/client/v4/accounts/{account_id}/stream

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

for some reason this http node stalls the server

all i need is to pass binary data to CF API

it definitelly stalls at http node. it triggers 10 sec timeout but server remains unresponsive

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.