Open Ai | You didn't provide an API key (code: 503 error)

Hi,

I'm calling Open Ai apis for my app. I can make successfull requests in to ff editor but in debug mode, api execute an error code: 503.

Error detail below:

{

"error": {

"message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://platform.openai.com/account/api-keys.",

"type": "invalid_request_error",

"param": null,

"code": null

}

}

I checked the req. i make. There is no problem in this.
Anyone had same issue?

1