Getting Started
Quick Start
Integrate TextIn Docflow Document Skill in three steps
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Integrate TextIn Docflow Document Skill in three steps
npm install -g @anthropic-ai/claude-code
claude mcp add textin-docflow-docs --transport sse http://docflow.textin.ai/textin-docs/mcp
mkdir -p "$HOME/.claude/skills/textin-docflow-document" && \
curl -sS -L "http://docflow.textin.ai/textin-docs/skills/docflow-global/document" \
-o "$HOME/.claude/skills/textin-docflow-document/SKILL.md"
What are the parameters for the Docflow document parsing API?
