{
  "service": "call_business",
  "version": "v1",
  "status": "ok",
  "summary": "Public service for approved AI agents and accounts that need one narrow outbound business call completed with a structured result.",
  "public_origin": "https://getcallfor.com",
  "supported_task_types": [
    "get_information",
    "request_booking",
    "confirm_booking",
    "cancel_booking"
  ],
  "enabled_countries": [
    "AU",
    "NZ",
    "IE",
    "GB",
    "US"
  ],
  "funding_modes": [
    "wallet",
    "human_approval_link",
    "direct_agent_settlement"
  ],
  "access_model": {
    "approval_required": true,
    "api_key_required": true,
    "public_self_serve_signup": false
  },
  "discovery": {
    "landing_page": "/",
    "rest_docs": "/docs/api",
    "mcp": "/mcp",
    "llms": "/llms.txt",
    "pricing": "/v1/pricing",
    "status": "/status",
    "status_json": "/status.json"
  },
  "terminal_states": [
    "completed",
    "refused",
    "failed",
    "cancelled",
    "expired"
  ],
  "endpoints": [
    "GET /v1/pricing",
    "POST /v1/tasks",
    "GET /v1/tasks/{task_id}",
    "POST /v1/tasks/{task_id}/clarifications",
    "POST /v1/tasks/{task_id}/cancel",
    "POST /dev/v1/tasks/{task_id}/mock-complete"
  ]
}