About 9,630,000 results
Open links in new tab
  1. python - OpenAI API error: "The api_key client option must be set ...

    Jan 27, 2024 · OpenAI API error: "The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY env variable" Asked 1 year, 9 months ago …

  2. Segurança - O que é uma API KEY? - Stack Overflow em Português

    Dec 14, 2017 · Uma API KEY pode ser baseado no sistema UUID é a sigla em ingês para Universally unique identifier, que traduzindo para o português fica Identificador Único …

  3. security - What is an API key? - Stack Overflow

    An API key is a unique value that is assigned to a user of this service when he's accepted as a user of the service. The service maintains all the issued keys and checks them at each request.

  4. ASP.NET core - simple API key authentication - Stack Overflow

    Dec 8, 2021 · I am attempting to build a super simple API-key authentication for certain APIs in a controller. For this I have this in ConfigureServices(): services.AddAuthorization(options => …

  5. Using an API key in Amazon API Gateway - Stack Overflow

    Aug 21, 2016 · 51 If you set 'API Key Required' option to true, please check below. you have to pass 'x-api-key' HTTP Header Parameter to API Gateway. The API Key had to be created. In …

  6. OpenAI API error 429: "You exceeded your current quota, please …

    Mar 31, 2023 · Next, I went to the 'API Keys' section, selected my organization under the 'Default Organizations' dropdown, and saved the changes. This action reset my soft limit, but I still …

  7. api key - Best Practices Python - Where to store API KEYS/TOKENS ...

    Jul 11, 2019 · I am building a system that uses API tokens and keys to access services, but where is the best place to store them? I want to push the code to GitHub without pushing the …

  8. OpenAI API: openai.api_key = os.getenv() not working

    Feb 2, 2023 · It looks like you pasted your actual API key, but os.getenv() expects the NAME of the ENV variable, not the value itself. If you're going to just paste the value of the key, I think …

  9. rest - Place API key in Headers or URL - Stack Overflow

    Feb 24, 2015 · 3 passing api key in parameters makes it difficult for clients to keep their APIkeys secret, they tend to leak keys on a regular basis. A better approach is to pass it in header of …

  10. How do I enable Scalar to ask for an API Key in .Net 9?

    Mar 3, 2025 · 0 I have 2 sets of controllers: internal and external I have JWT auth on internals and API Key auth on externals. How do I setup my API to enable Scalar to ask for API key but only …