API Reference Overview
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:
Gateways (Customer-hosted)
These APIs are implemented by customers to provide data to Moveworks:
Authentication
All APIs use Bearer token authentication. Include your API key in the Authorization header:
Base URLs
The Moveworks API is hosted per data center. Every API request must go to the base URL for the data center your org is on — https://api.moveworks.ai only serves US Production. Sending requests to the wrong host returns 404 or invalid_audience errors, even if your token is otherwise valid.
If you’re not sure which data center your org is on, or your org is on a data center not listed above, contact your Moveworks account team for the correct base URL before making API calls.
Rate Limits
API requests are rate limited to ensure platform stability. Contact support for rate limit increases.