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
  • API Reference
  • API Categories
  • Core APIs (Moveworks-hosted)
  • Gateways (Customer-hosted)
  • Authentication
  • Base URLs
  • Rate Limits

API Reference Overview

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

API Credentials

Next
Built with

API Reference

Moveworks provides REST APIs to integrate AI-powered automation into your applications and workflows.

API Categories

Core APIs (Moveworks-hosted)

These APIs are hosted by Moveworks and allow you to send data and interact with the platform:

APIDescription
Events APISend events to trigger automations and workflows
(Beta) Conversations APICreate and manage conversation threads programmatically
Data APIQuery and manage data within the platform
Webhook ListenersReceive webhook events from external systems

Gateways (Customer-hosted)

These APIs are implemented by customers to provide data to Moveworks:

GatewayDescription
Content GatewayServe content and documents to the AI
Identity GatewayResolve user identities across systems
Knowledge GatewayProvide knowledge base search results
Forms GatewayHandle form submissions and data collection

Authentication

All APIs use Bearer token authentication. Include your API key in the Authorization header:

$curl -X GET "https://api.moveworks.ai/rest/v1/..." \
> -H "Authorization: Bearer YOUR_API_KEY"

Base URLs

EnvironmentURL
US Productionhttps://api.moveworks.ai/rest/v1
EU Productionhttps://api.eu.moveworks.ai/rest/v1

Rate Limits

API requests are rate limited to ensure platform stability. Contact support for rate limit increases.