Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.magpipe.ai/functions/v1/manage-api-keys \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action": "revoke", "key_id": "b007638d-9550-4cc4-b35f-d11632d77d08" }'
{ "success": true }
Revoke an API key to permanently disable it
revoke