cURL
curl --request POST \ --url https://protegee.ai/voice/api/v1/vapi/create_tools \ --header 'Content-Type: application/json' \ --data ' { "vapi_key": "vapi_1234567890" } '
{ "set-context": { "status_code": 200, "response": {} }, "get-context": { "status_code": 200, "response": {} } }
Creates GET and SET context tools in VAPI using the provided API credentials
Protegee API token for authentication
VAPI authentication key
"vapi_1234567890"
Tools created successfully
Show child attributes