{"name":"classify-text","description":"Text classifier / zero-shot classifier / category sorter. Caller supplies labels (2-25). Multi-label mode. Calibrated confidences + reasoning. Mistral powered.","price":"$0.02","method":"POST","input_schema":{"properties":{"text":{"type":"string"},"labels":{"type":"array","items":{"type":"string"}},"multi_label":{"type":"boolean"},"label_descriptions":{"type":"object"}},"required":["text","labels"]},"input_example":{"text":"Click here for free vacation!!!","labels":["spam","phishing","legitimate"]},"output_example":{"results":[{"label":"spam","confidence":0.95}],"top_label":"spam"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}