curl -X POST https://api.getagentdrive.com/v0/files/file_xyz789/extract \ -H "Authorization: Bearer YOUR_API_KEY"
{ "content": "Annual Report 2026\n\nExecutive Summary\nThis report covers the fiscal year...", "mime_type": "text/plain" }
Extract text content from supported file types.
text/*
application/json
text/csv
{ "content": { "name": "config", "version": "1.0", "settings": { "debug": false } }, "mime_type": "application/json" }