Skip to main content
POST
/
api
/
v1
/
toolfunction
{
  "message": "<string>",
  "meta": {},
  "data": {
    "name": "<string>",
    "description": "<string>",
    "tool_function_type": "sdk",
    "details": {},
    "tool_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "is_enabled": true
  }
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Body

application/json
name
string | null
required
description
string | null
required
tool_function_type
enum<string> | null
required
Available options:
sdk,
curl,
query_index
details
object
tool_id
string<uuid> | null
is_enabled
boolean | null
default:false

Response

Successful Response

message
string | null
default:Data created successfully
meta
data
object | null