Skip to main content
Questions or issues? Contact us at api-support@manus.ai. All v1 API requests require API key authentication via the X-API-Key header.

Get an enterprise API key

1

Open Compliance API settings

Sign in as a Tenant Owner and go to Compliance API settings.
2

Select a key type

Choose e-Discovery & legal hold — currently the only key type available. Additional key types may be introduced in the future.
3

Create and copy the key

Generate a new key with a descriptive label (e.g. “audit-2026-q2”). Copy it immediately — it is shown only once. Store it in a secrets manager.

Use the API key

Include the key in the X-API-Key header on every request:
curl --location --request POST 'https://api.manus.im/dataexport.v1.EnterpriseDataExportService/ListTasks' \
  --header 'X-API-Key: <your-api-key>' \
  --header 'Content-Type: application/json' \
  --data-raw '{
    "user": "user@example.com",
    "page": 1,
    "page_size": 10
  }'
Enterprise API keys grant access to all users’ data within your enterprise, including deleted accounts. Treat them as highly sensitive credentials. Rotate keys periodically and revoke any key that may have been exposed.