Skip to main content

Creating Virtual Key

curl -X POST \
-H "Content-Type: application/json" \
-H "x-api-key: $JAVELIN_API_KEY" \
-d '{
"api_key": "openapi-vkey1",
"api_key_secret_name": "name for the secret key",
"api_key_secret_key": "secret key",
"provider_name": "openai",
"header_key": "",
"query_param_key": "",
"group": "demo",
"enabled": true
}' \
"https://api.javelin.live/v1/admin/providers/openai/keyvault/openai-vkey1"