Help! Node fix with Kling and Google Sheets

Describe the problem/error/question

Simple Google Sheets to Kling video generation workflow. I have the video prompt and imageURL in a google sheet.

Using Edit Fields to label the data properly, but when I input the “Edit Fields” parameters into the Kling POST request node - I get error 500 (URL file type not supported]. My URL link is a png and is an output result from nanobanana so it should work.

Not sure what the issue is - I’m using the POST request template on Kie. I’ve attached a screenshot of what Im seeing.

What is the error message (if any)?

Error 500: Url file type not supported

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

Hey Josh, sorry if the reply is coming a bit late.

From my understanding you are trying to generate a video from an image and text but when I take a look at the POST request you are making https://api.kie.ai/api/v1/jobs/createTask it seems like that part is creating an issue is the request, you will have to test it out but I think the call should start with: https://api-singapore.klingai.com/v1/videos/image2video as it is described here.

I would additionally check the docs from the Kling AI and see if something else could be causing the issue.

Hope this helps!