I'm trying to use Firecrawl inside an n8n workflow to extract owner name and email from business websites. The setup is almost done, but when I send a POST request to https://api.firecrawl.dev/v1/extract, I get the following error: Authorization failed – please check your credentials [item 0]
In n8n, I'm using Header Auth with the header key set to Authorization and the value as
Bearer MY_FIRECRAWL_API_KEY.
Still, the request fails.
I’ve verified my API key in Firecrawl and tried multiple times. Any ideas what might be going wrong?