POST
/
voice
/
api
/
v1
/
vapi
/
create_tools
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": {}
  }
}

Query Parameters

api_token
string
required

Protegee API token for authentication

Body

application/json
vapi_key
string
required

VAPI authentication key

Example:

"vapi_1234567890"

Response

200
application/json
Tools created successfully
set-context
object
get-context
object