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 ‘https://api-inference.huggingface.co/models/facebook/bart-large-mnli’ \
--header ‘Authorization: Bearer xxxxxxxxxxxx’ \
--header ‘Content-Type: application/json’ \
--data-raw '{
“inputs”: “I love using n8n for workflows!”,
“parameters”: {
“candidate_labels”: [“automation”, “sports”, “finance”]
}
}
’