ClaudeCloudflare Developer Platform2026/07/10 0:00

Workers AI - Plain text output for Markdown Conversion

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Workers AI - Plain text output for Markdown Conversion の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Plain text output for Markdown Conversion Jul 10, 2026 Workers AI The Markdown Conversion service now supports a new output conv
  • ポイント3: Set output.format to text to receive plain text with Markdown syntax removed.

Summary

この記事は 2026-07-10 に公開された「Workers AI - Plain text output for Markdown Conversion」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts Plain text output for Markdown Conversion Jul 10, 2026 Workers AI The Markdown Conversion service now supports a new output conv
  • ポイント3: Set output.format to text to receive plain text with Markdown syntax removed.

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

Workers AI - Plain text output for Markdown Conversion(原文タイトル)

概要

公開日: 2026-07-10 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Plain text output for Markdown Conversion Jul 10, 2026 Workers AI The Markdown Conversion service now supports a new output conversion option that controls the format of the converted content. Set output.format to text to receive plain text with Markdown syntax removed. The default value is markdown , so existing conversions are unchanged. Use the env.AI binding: JavaScript TypeScript JavaScript await env . AI . toMarkdown ( { name : "page.html" , blob : new Blob ([ html ]) }, { conversionOptions : { output : { format : "text" }, }, }, ) ; TypeScript await env . AI . toMarkdown ( { name : "page.html" , blob : new Blob ([ html ]) }, { conversionOptions : { output : { format : "text" }, }, }, ) ; Or call the REST API: Terminal window curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai/tomarkdown \ -H 'Authorization: Bearer {API_TOKEN}' \ -F 'files=@index.html' \ -F 'conversionOptions={"output": {"format": "text"}}' When you request text output, the format field of each result is set to text . For more details, refer to Conversion Options . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No