I’m trying to send a GET http request to fal.ai to get results but it fails everytime even though the credentials are right in the headers, this api doesn’t take anything in the body (API link: Ffmpeg Api Merge Audio-Video | Video to Video | fal.ai )
{
"errorMessage": "The service was not able to process your request",
"errorDescription": "Internal Server Error",
"errorDetails": {
"rawErrorMessage": [
"500 - \"{\\\"detail\\\":\\\"Internal Server Error\\\"}\""
],
"httpCode": "500"
},
"n8nDetails": {
"nodeName": "HTTP Request",
"nodeType": "n8n-nodes-base.httpRequest",
"nodeVersion": 4.2,
"itemIndex": 0,
"time": "9/6/2025, 5:50:05 PM",
"n8nVersion": "1.109.2 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: The service was not able to process your request",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:783:16)",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)",
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1253:8)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1427:11)",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1727:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2303:11"
]
}
}
If anyone have an idea what’s the issue i appreciate any help please. Thank you.
@mohamed3nan i’m already checking the status successfully after sending the POST request successfully as well and it’s as you said i tried to change to fal-ai/flux in my get results http request
the request succeeded and this is the output it returned but that’s now what i’m looking for, i need to get a video_url because my goal is to merge an audio and video so i need a video to be returned in my output so i think i need to stick with fal-ai/ffmpeg-api/merge-audio-video rather than fal-ai/flux i’m not 100% sure i’m still new to n8n
{
"errorMessage": "The resource you are requesting could not be found",
"errorDescription": "Path /ffmpeg-api/merge-audio-video not found",
"errorDetails": {
"rawErrorMessage": [
"404 - \"{\\\"detail\\\":\\\"Path /ffmpeg-api/merge-audio-video not found\\\"}\""
],
"httpCode": "404"
},
"n8nDetails": {
"nodeName": "Get Results",
"nodeType": "n8n-nodes-base.httpRequest",
"nodeVersion": 4.2,
"itemIndex": 0,
"time": "9/6/2025, 7:01:16 PM",
"n8nVersion": "1.109.2 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: The resource you are requesting could not be found",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:783:16)",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)",
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1253:8)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1427:11)",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1727:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2303:11"
]
}
}
i don’t think that api url exists in fal-ai/ffmpeg-api/merge-audio-video
and same thing when trying to sending request to the following url
This is a screenshot of a part of my workflow and you can find the workflow json file attached as you see the problem i have is in the get results node always
@mohamed3nan i still get the same issue i had in the beginning
{
"errorMessage": "The service was not able to process your request",
"errorDescription": "Internal Server Error",
"errorDetails": {
"rawErrorMessage": [
"500 - \"{\\\"detail\\\":\\\"Internal Server Error\\\"}\""
],
"httpCode": "500"
},
"n8nDetails": {
"nodeName": "Get Results",
"nodeType": "n8n-nodes-base.httpRequest",
"nodeVersion": 4.2,
"itemIndex": 0,
"time": "9/6/2025, 7:38:19 PM",
"n8nVersion": "1.109.2 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: The service was not able to process your request",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:783:16)",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)",
" at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1253:8)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1427:11)",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1727:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_5aee33ef851c7de341eb325c6a25e0ff/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2303:11"
]
}
}
I just removed the Google Drive links (I believe those links are not publicly available, which caused the issue) and tested with sample links, and it’s working.
@mohamed3nan as you said the only issue i can think of are the links coming from google drive do you have any alternatives to make publicly available i’m thinking of Airtable do you have any better suggestions to try ? Appreciate your input
@mohamed3nan after trying to make it work it didn’t work at all i tried the workflow you shared and it didn’t work on my side i tried another public url i just tried to check if the issue in the link i hosted the audio and video in github and sent them to fal ai and it worked i think fal ai or google drive request an authorization before downloading them. Either way i know the issue now i’m gonna try another solution for the public links thank you so much