.Riyaan Docs
API ReferencePersona
PATCH
/api/apps/costs

Authorization

bearerAuth
AuthorizationBearer <token>

appSecret or sessionToken

In: header

Request Body

application/json

costPerHandoff?number

Estimated cost per human handoff

costPerMinuteHuman?number

Estimated cost per human support minute

Response Body

application/json

curl -X PATCH "https://your-convex-deployment.convex.site/api/apps/costs" \  -H "Content-Type: application/json" \  -d '{}'
{}
Edit on GitHub

Last updated on