POST
/
openai
/
creds
/
{instance}
curl --request POST \
  --url https://{server-url}/openai/creds/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "apiKey": "<string>",
  "name": "<string>"
}'

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Body

application/json

Configuration for the OpenAI bot instance

The body is of type object.