API ReferenceTools
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Request Body
application/json
sessionId*string
Client session ID
toolName*string
Name of the tool to execute
parameters*object
Tool parameters matching its schema
Response Body
application/json
curl -X POST "https://your-convex-deployment.convex.site/api/tools/execute" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "string", "toolName": "string", "parameters": {} }'{}Edit on GitHub
Last updated on