cURL
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>" }
Calculate the estimated cost in credits for running all checks in an agent
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
The agent key to estimate costs for
Cost estimate retrieved successfully