Hi everyone, I have an API connection where I get an url of a video with JWT token. I would love use that file in my scenario, but I’m not able to get the file with “Get a file - HTTP” modul. Anyone has some idea how can solve this?
Here is an example API response:
{
“id”: “d2e3d1f4-1b3c-4b5c-8d46-1c1d7ee86892”,
“status”: “SUCCEEDED”,
“createdAt”: “2024-06-27T19:49:32.335Z”,
“output”: [
“https://dnznrvs05pmza.cloudfront.net/output.mp4?_jwt=…”
]
}
Thanks in advance