Console
Monthly usage
0%
Documents used
0
/ 0
Current plan
Free
Tier
Bonus credits
0
Never expire
API Keys
| Key | Label | Domains | Status | Last used | Action |
|---|
Quick Start
Terminal
curl -X POST https://api.searchops.io/v1/generate \ -H "Content-Type: application/json" \ -H "x-api-key: your_api_key" \ -d '{ "input": "markdown", "content": "# Monthly Report\n\n## Summary\n\nTotal revenue: **$12,450**\n\n| Month | Revenue |\n|-------|--------|\n| Jan | $4,200 |\n| Feb | $3,800 |\n| Mar | $4,450 |", "format": "file" }' --output report.docx
MD to Docx
POST: https://api.searchops.io/v1/generate
Headerx-api-key: sk_live_...
Inputmarkdown
Formatfile (returns binary .docx)
ResponseFile → report.docx
Paste directly into your n8n workflow canvas with Ctrl+V
Node.js
const res = await fetch('https://api.searchops.io/v1/generate', { method: 'POST', headers: { 'Content-Type': 'application/json', 'x-api-key': 'your_api_key', }, body: JSON.stringify({ input: 'markdown', content: '# Hello World\n\nThis is a test document.', format: 'file', }), }); const buffer = await res.arrayBuffer(); // buffer contains the .docx binary — write to file or send as attachment const fs = await import('node:fs'); fs.writeFileSync('output.docx', Buffer.from(buffer));
Daily Usage
Usage History
| Date | Input | Pages | Size | Response | Status |
|---|
Account
Email
Plan
Member since