API Post Request with File or Python Script Node

@sven-abx I assume you would need just a string with a path and not a tupel. Maybe you ask ChatGPT what the right syntax for your case is.

You might have to loop thru your dataframe using index and row and then within the loop the syntax would be like

row["path"]

like in this example

3 Likes