API ReferenceAgents
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Request Body
application/json
sessionId*string
Runtime session id
text*string
Prompt text to send
Response Body
application/json
curl -X POST "https://your-convex-deployment.convex.site/api/agents/prompt" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "string", "text": "string" }'{}Edit on GitHub
Last updated on