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
Tools created successfully
The response is of type object.
object