#Hello@ I have a problem to request from n8n to ElevenLabs. In Postman all good, but n8n have error
1 messages · Page 1 of 1 (latest)
A 403 Forbidden error typically indicates that the request was understood by the server but access is denied. Here are some steps to troubleshoot this issue:
-
Check Your API Key: Ensure that the API key you are using in n8n is valid and has the necessary permissions. Double-check that the key is correctly copied and pasted without any extra spaces or characters.
-
Verify Endpoint URL: Confirm that you are using the correct ElevenLabs API endpoint. For example, if you are targeting a specific region, ensure the endpoint matches (e.g.,
https://api.elevenlabs.ioorhttps://api.us.elevenlabs.io). -
Inspect Headers: Ensure that the required headers are properly set in your n8n request. Typically, you need to include:
Authorization: Bearer <your_api_key>Content-Type: application/json
-
Check for IP Blocking: If your n8n instance is hosted on a specific server, the server's IP address might be flagged or blocked. This can happen due to security protocols. You may need to contact ElevenLabs support to investigate if the IP is being restricted.
-
Compare Postman and n8n Configurations: Since the request works in Postman, compare the exact configuration (headers, body, and endpoint) between Postman and n8n. Ensure that n8n replicates the same setup.
-
Test with a Simple Request: Try sending a minimal request from n8n to ensure the issue is not related to the payload or additional parameters.
If the issue persists after these steps, you may need to provide more details, such as:
- The exact error message or response body (if available).
- A screenshot of your n8n configuration.
- Confirmation of the IP address your n8n instance is using.
For further assistance, you can also reach out to ElevenLabs support directly.
How contact to support ElevenLabs ?