Hello,
I am getting 504 Gateway Timeout errors on API’s, i have tried more other API’s too, getting same error.
@John6666 please take a look
curl --location --request POST ‘/static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fmodels%2Ffacebook%2Fbart-large-mnli%E2%80%99%3C%2Fa%3E \
--header ‘Authorization: Bearer xxxxxxxxxxxx’ \
--header ‘Content-Type: application/json’ \
--data-raw '{
“inputs”: “I love using n8n for workflows!”,
“parameters”: {
“candidate_labels”: [“automation”, “sports”, “finance”]
}
}
’