Please, I need help..
I am using this worklfow for Auto Blog generation and i use leonard for image generation.
The issue I am having is with the Image status. all node works until it gets to the “Get Leonardo Image Status” It comes back with Problem in node ‘Get Leonardo Image Status‘
Method not allowed - please check you are using the right HTTP method.
I have changed HTTP Method from Get to Post and from Post to Get but i kept coming up with the same error. I have used “ https://cloud.leonardo.ai/api/rest/v1/generations//{{ $json.sdGenerationJob.generationId }}” in the URL I have tried this “ =https://cloud.leonardo.ai/api/rest/v1/generations/{{ $json.sdGenerationJob.generationId }}” and this “=https://cloud.leonardo.ai/api/rest/v1/generations/{{ $json.generationId }}” but still nothing works
Workflow - ←— here is the work flow.
Any help will be appreciated