All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Workers AI - Workers AI Markdown Conversion: New endpoint to list supported formats

8mo ago

Source

CloudflareWorkers AI - Workers AI Markdown Conversion: New endpoint to list supported formatscloudflare.com
Snippet from the RSS feed
Developers can now programmatically retrieve a list of all file formats supported by the Markdown Conversion utility in Workers AI. You can use the env.AI binding: await env . AI . toMarkdown () . supported () Or call the REST API: curl \ -H 'Authorization: Bearer {API_TOKEN}' Both return a list of file formats that users can convert into Markdown: [ { " extension " : ".pdf" , " mimeType " : "application/pdf" , }, { " extension " : ".jpeg" , " mimeType " : "image/jpeg" , }, ... ] Learn more about our Markdown Conversion utility .

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.