API reference
API keys
Create, list, and revoke API keys for server-to-server access.
Manage keys
GET
https://api.markitdown.ai/keysList API keysPOST
https://api.markitdown.ai/keysCreate a key (secret shown once)DELETE
https://api.markitdown.ai/keys/{id}Revoke a keyCreate body
name | string | Label for the key (≤ 64 chars). |
expiresInDays | integer | Optional expiry; omit for no expiry. |
scopes | scope[] | 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.