Problem with OpenAI API in Make: 404 Not Found


I am trying to use the OpenAI API (https://api.openai.com/v1/chat/completions) in Make to leverage GPT-4 for analyzing Google Ads data. My configuration is as follows:

  • Method: POST
  • Headers:
    • Authorization: Bearer <API_KEY>
    • Content-Type: application/json
  • Body: A JSON payload including the model (gpt-4) and messages.

Despite having seemingly correct settings, I keep getting a 404 Not Found error during the test run.
I’ve checked the URL, verified my API key, and even tested the request outside of Make (e.g., using Postman), where everything works fine.

Does anyone know why the API might not be reachable through Make, or if there’s something I might be missing in the configuration?

Hello

You can add the OpenAi ChatGPT component, create a connection with your API connection data and use it directly.