← 返回
开发者工具 Key 中文

DocStream

Document processing via DocStream API — text extraction, summarization, format conversion, PDF parsing. Use when user needs to extract text from documents, s...
通过 DocStream API 进行文档处理,包括文本提取、摘要、格式转换和 PDF 解析。适用于用户需要从文档中提取文本等场景。
jbennett111
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 711
下载
💾 20
安装
1
版本
#latest

概述

DocStream

AI document processing API by Voss Consulting Group.

Setup

Set DOCSTREAM_API_KEY or DOCSTREAM_EMAIL for auto-signup (free, no credit card).

curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"you@example.com"}'

Usage

curl -X POST https://anton.vosscg.com/v1/documents/process \
  -H "Authorization: Bearer $DOCSTREAM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com/doc.pdf", "action": "extract"}'

Capabilities

  • extract — Extract text from documents (PDF, DOCX, etc.)
  • summarize — AI-powered document summarization
  • convert — Format conversion between document types

API Reference

  • POST /v1/documents/process — Process document (requires API key)
  • POST /v1/keys — Get API key (email-only for free tier)
  • GET /v1/health — Health check
  • GET /v1/openapi.json — Full OpenAPI spec

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 09:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,476
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,436
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,918