{"name":"text-intel-pack","description":"Runs full text analysis in one call: language detection, sentiment, named entities, token count, and optional zero-shot classification. Give it text (plus optional labels) and get back the detected language with confidence, overall sentiment and score, named entities, an estimated token count, and, when 2-25 labels are supplied, a zero-shot classification verdict. One paid call replaces five NLP requests: ideal for inbound message routing, CRM enrichment, content pipelines, agent preprocessing. Composite: one call runs detect-language + sentiment + extract-entities + token-count (and text-classify when labels are given) in parallel. Use it as an NLP toolbelt API.","price":"$0.03","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Text to analyze. Max 25000 chars (LLM constituents see the first 6000)."},"labels":{"type":"array","items":{"type":"string"},"description":"Optional 2-25 labels for zero-shot classification."}},"required":["text"]},"input_example":{"text":"The onboarding was smooth and support answered within minutes.","labels":["praise","complaint","question"]},"output_example":{"text_chars":62,"language":{"language_code":"en","language_name":"English","confidence":0.99},"sentiment":{"overall_sentiment":"positive","overall_score":0.8},"entities":{"organizations":[],"people":[]},"tokens":{"estimated_tokens":14,"model":"gpt-4o"},"classification":{"top_label":"praise"},"composed_of":["detect-language","sentiment","extract-entities","token-count","text-classify"],"components":[{"name":"detect-language","ok":true,"ms":850},{"name":"sentiment","ok":true,"ms":1700},{"name":"extract-entities","ok":true,"ms":1850},{"name":"token-count","ok":true,"ms":4},{"name":"text-classify","ok":true,"ms":1600}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}