Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file. Remember that your token is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). Tokens should be securely loaded from an environment variable or key management service on the server. Tokens should be provided via HTTP Bearer authentication.
Authorization: Bearer OPENAI_API_KEY