API reference

API keys

Create, list, and revoke API keys for server-to-server access.

Manage keys

GEThttps://api.markitdown.ai/keysList API keys
POSThttps://api.markitdown.ai/keysCreate a key (secret shown once)
DELETEhttps://api.markitdown.ai/keys/{id}Revoke a key
Create body
namestringLabel for the key (≤ 64 chars).
expiresInDaysintegerOptional expiry; omit for no expiry.
scopesscope[]Restrict the key to these scopes; omit for full access.

The full key secret is returned only once, in the create response. Store it securely; you cannot retrieve it later.