cURL
curl --request POST \ --url https://api.helicone.ai/v1/vault/add \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "provider": "<string>", "name": "<string>" } '
{ "data": { "id": "<string>" }, "error": null }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?