curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/tools \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"method": "GET",
"name": "<string>",
"url": "<string>",
"body": "<string>",
"filler_phrases": [
"<string>"
],
"headers": [
123
],
"parameters": [
{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"required": true
}
]
}
'{
"body": "<string>",
"created_at": "<string>",
"description": "<string>",
"filler_phrases": [
"<string>"
],
"headers": [
123
],
"id": "<string>",
"method": "<string>",
"name": "<string>",
"parameters": [
{
"created_at": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"position": 123,
"required": true,
"type": "<string>"
}
],
"updated_at": "<string>",
"url": "<string>"
}Create a new tool definition with HTTP endpoint configuration and parameters
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/tools \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"method": "GET",
"name": "<string>",
"url": "<string>",
"body": "<string>",
"filler_phrases": [
"<string>"
],
"headers": [
123
],
"parameters": [
{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"required": true
}
]
}
'{
"body": "<string>",
"created_at": "<string>",
"description": "<string>",
"filler_phrases": [
"<string>"
],
"headers": [
123
],
"id": "<string>",
"method": "<string>",
"name": "<string>",
"parameters": [
{
"created_at": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"position": 123,
"required": true,
"type": "<string>"
}
],
"updated_at": "<string>",
"url": "<string>"
}Organization ID
Tool details
GET, POST, PUT, PATCH, DELETE 1 - 255Request body template
Phrases to say while tool is executing
JSON object of headers
Tool parameters
Show child attributes