{"tasks":[{"task":"extract_structured_data","api":"llm-data-extract","credits":10,"description":"Extract structured data from unstructured text into a specified JSON schema."},{"task":"extract","api":"llm-data-extract","credits":10,"description":"Extract structured data from unstructured text into a specified JSON schema."},{"task":"summarize","api":"llm-summarize","credits":10,"description":"Summarize any text. Configurable length and format."},{"task":"summarize_text","api":"llm-summarize","credits":10,"description":"Summarize any text. Configurable length and format."},{"task":"classify","api":"llm-classify","credits":10,"description":"Classify text into your provided categories."},{"task":"analyze_code","api":"llm-code-review","credits":10,"description":"Review code for bugs, security issues, performance."},{"task":"code_review","api":"llm-code-review","credits":10,"description":"Review code for bugs, security issues, performance."},{"task":"fix_code","api":"llm-code-fix","credits":"?","description":""},{"task":"generate_code","api":"llm-code-generate","credits":20,"description":"Generate code from natural language description."},{"task":"fetch_webpage","api":"sense-url-content","credits":3,"description":"Fetch a URL and return clean readable text content, stripping all HTML tags, scripts, and styles. Returns the main textual content a human would read."},{"task":"fetch_clean_webpage","api":"sense-url-content","credits":3,"description":"Fetch a URL and return clean readable text content, stripping all HTML tags, scripts, and styles. Returns the main textual content a human would read."},{"task":"detect_tech_stack","api":"sense-url-tech-stack","credits":3,"description":"Fetch a URL and detect technologies in use: JavaScript frameworks (React, Vue, Angular), CMS generators (WordPress, Ghost), analytics tools, CDNs, and server software from headers and HTML patterns."},{"task":"check_ssl","api":"sense-ssl-check","credits":"?","description":""},{"task":"dns_lookup","api":"sense-dns-a","credits":"?","description":""},{"task":"hash_sha256","api":"crypto-hash-sha256","credits":1,"description":"Compute SHA256 hash of input data."},{"task":"hash_sha512","api":"crypto-hash-sha512","credits":1,"description":"Compute SHA512 hash of input data."},{"task":"validate_json","api":"text-json-validate","credits":1,"description":"Validate JSON syntax, return errors if invalid."},{"task":"word_count","api":"text-word-count","credits":1,"description":"Count words, characters, sentences, and paragraphs in text."},{"task":"token_count","api":"text-token-count","credits":1,"description":"Estimate LLM token count (~4 chars/token). Essential for context window management."},{"task":"generate_uuid","api":"gen-uuid","credits":"?","description":""},{"task":"security_audit","api":"sense-url-tech-stack","credits":3,"description":"Fetch a URL and detect technologies in use: JavaScript frameworks (React, Vue, Angular), CMS generators (WordPress, Ghost), analytics tools, CDNs, and server software from headers and HTML patterns."}],"count":21,"note":"POST /v1/tasks/run with { \"task\": \"task_name\", ...input }. For natural language, use POST /v1/agent/run."}