API Reference Overview

View as Markdown

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
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.