GET
/
getAgentCostEstimate
Get agent cost estimate
curl --request GET \
  --url https://api.parcha.ai/api/v1/getAgentCostEstimate \
  --header 'Authorization: Bearer <token>'
{
  "agent_key": "<string>",
  "total_estimated_cost": 123,
  "check_costs": {},
  "agent_name": "<string>",
  "agent_description": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

agent_key
string
required

The agent key to estimate costs for

Response

Cost estimate retrieved successfully

agent_key
string
total_estimated_cost
number
check_costs
object
agent_name
string
agent_description
string