For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
    • Overview
    • API Credentials
    • Errors
    • Legacy & Deprecated APIs
  • Events API
    • Chat Markup
    • Rate Limits
    • Message Delivery
  • (Beta) Conversations API
  • Data API
    • GETList conversations
    • GETList interactions
    • GETList plugins calls
    • GETList Plugin Resources
    • GETList Users
  • Webhook Listeners
  • Content Gateway
    • Overview
    • Integration Strategies
    • Starter Code
    • Verifying Your Build
    • Connecting Your Gateway to Moveworks
    • Authentication
    • How Permissions Work
    • Common Pitfalls
    • Operational Guide
    • Errors
    • Supported MIME Types
  • Legacy Gateways
    • Authentication
    • Response Options
    • Field Types
    • Form Gateway Errors
DeveloperAcademyCommunityStatus
On this page
  • File size cap
Content Gateway

Supported MIME Types

||View as Markdown|
Was this page helpful?
Edit this page
Previous

Legacy Gateway Authentication

Next
Built with

Currently we support ingesting the following MIME / content types using Content Gateway:

Kind of DocumentExtensionMIME Type
Adobe Portable Document Format.pdfapplication/pdf
Microsoft PowerPoint (OpenXML).pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentation
Microsoft Word (OpenXML).docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.document
Text (generally ASCII).txttext/plain
HTML (KBA type content)*(inline)text/html

*HTML support is to be used for content that is contained in records instead of files. Commonly seen for cases where KBAs are captured as formatted HTML directly in a source system’s records. HTML body is returned inline via /v1/files/{id} in the content.body field, not as a separate download.

File size cap

Moveworks caps individual binary file content at 25 MB. Files larger than 25 MB are downloaded by Moveworks, then rejected by the indexing pipeline with status FILE_SIZE_LIMIT_EXCEEDED and will not appear in search results. The error is non-retryable.

For the full behavior and how to avoid wasted downloads of oversize content, see the file size section of the Operational Guide.