{"openapi":"3.0.0","info":{"title":"MiOffice AI API","version":"1.1.0","description":"MiOffice AI — your all-in-one office in the browser, across AI Studio, Video And Audio Studio, Image Studio, Document Studio, Scanner Suite, Notes, ScreenShare, TransferFiles, Archive, and DeviceHandoff. Programmatic endpoints for catalog discovery and application search. The canonical catalog is /.well-known/webmcp `tools[]` — its length is the count.","x-mioffice-last-synced":"2026-06-20","x-mioffice-canonical-catalog":"https://mioffice.ai/.well-known/webmcp","x-mioffice-notes":"Count claims are deliberately not maintained in this spec. The canonical catalog is /.well-known/webmcp `tools[]`; consumers compute the count via array length. Store listings (Chrome Web Store, Microsoft Store, Google Play, Firefox Add-ons) trail the live web by platform review queue time and must NOT be used as count verifiers."},"servers":[{"url":"https://mioffice.ai"}],"paths":{"/api/copilot/tools":{"get":{"operationId":"searchTools","summary":"Search MiOffice applications","description":"Search across AI Studio, Video And Audio Studio, Image Studio, Document Studio, Scanner Suite, Notes, and P2P workspaces. Returns application names, descriptions, and direct links. Use ?all=true to return every application. Use ?category= to filter by workspace.","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string"},"description":"Search query like compress pdf, remove background, merge pdf, resize image, voice clone, talking head. Returns matching applications across all workspaces."},{"name":"all","in":"query","required":false,"schema":{"type":"string","enum":["true"]},"description":"Set to true to return ALL applications (no limit)"},{"name":"category","in":"query","required":false,"schema":{"type":"string","enum":["ai","video","audio","image","pdf","scanner","p2p","notes"]},"description":"Filter by workspace category"}],"responses":{"200":{"description":"List of matching applications","content":{"application/json":{"schema":{"type":"object","properties":{"tools":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Application name"},"description":{"type":"string","description":"What the application does"},"url":{"type":"string","description":"Direct link to the application"},"category":{"type":"string","description":"Application category"},"pricingTier":{"type":"string","enum":["light_wasm","heavy_wasm","gpu","browser_only"],"description":"Credit-cost tier per run — see x-mioffice-pricing on the API spec root. All credit tiers unlock with the same one-time credit pack. Current amounts at https://mioffice.ai/pricing."}}}},"total":{"type":"integer","description":"Total number of results"},"catalog_url":{"type":"string","description":"Full catalog URL for all 11,000+ URLs"}}}}}}}}},"/api/catalog":{"get":{"operationId":"getCatalog","summary":"Full URL catalog — 11,000+ URLs across all sections","description":"Returns the complete structured URL catalog for MiOffice including all applications, i18n URLs, 7,600+ SEO slugs, 277 landing pages, blog posts, 1,000+ question pages, and 37 competitor comparisons. Use section/query/page params to filter. Default returns everything.","parameters":[{"name":"section","in":"query","required":false,"schema":{"type":"string","enum":["tools","i18n","slugs","landing","blog","comparisons","questions"]},"description":"Filter by section. Omit for full catalog."},{"name":"q","in":"query","required":false,"schema":{"type":"string"},"description":"Search across all sections (e.g. compress pdf, remove background)"},{"name":"category","in":"query","required":false,"schema":{"type":"string","enum":["ai","video","audio","image","pdf","scanner","p2p","notes"]},"description":"Filter applications/slugs by category"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","default":1},"description":"Page number for paginated results"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":5000,"maximum":5000},"description":"Results per page (max 5000)"},{"name":"compact","in":"query","required":false,"schema":{"type":"string","enum":["true"]},"description":"Return minimal fields (url + name only) for smaller payload"},{"name":"count","in":"query","required":false,"schema":{"type":"string","enum":["1"]},"description":"Return only the count for the given section (authoritative for current application count when section=tools)"}],"responses":{"200":{"description":"Structured URL catalog","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"base_url":{"type":"string"},"total_urls":{"type":"integer","description":"Total URLs in response"},"sections":{"type":"object","description":"URL sections keyed by type (tools, i18n, slugs, landing, blog, comparisons, questions)"}}}}}}}}}},"x-mioffice-pricing":{"model":"credit-based, no subscription","welcome":"Signup welcome credits cover several Document / Image / Scanner / Notes runs or one Video And Audio Studio run. AI Studio is not covered by welcome.","dayPass":"24h unlimited on Document Studio, Image Studio, Scanner Suite, Notes, ScreenShare, TransferFiles, Archive, and DeviceHandoff. Excludes Video And Audio Studio and AI Studio (both use credits separately).","oneTimePack":"One-time credit pack unlocks ALL credit tiers, no subscription, credits do not expire. Current plan amounts and credit counts at https://mioffice.ai/pricing (admin can retune via runtime config)","perRunCost":{"light_wasm":"low burn rate per run — Document / Image / Scanner / Notes / P2P","heavy_wasm":"medium burn rate per run — Video And Audio Studio","gpu":"highest burn rate per run, varies by model and file size — AI Studio","browser_only":"no credit cost — scanner camera, P2P sessions, local-only operations"},"note":"Tier labels describe credits-burned-per-run, NOT access price. All credit tiers unlock with the same one-time credit pack.","livePricing":"https://mioffice.ai/pricing","sourceOfTruth":"config/credits.ts (DEFAULT_CREDITS_CONFIG); runtime override at /data/credits-config.json when NEXT_PUBLIC_DYNAMIC_CONFIG=true"},"x-mioffice-entity":{"wikidata":"https://www.wikidata.org/wiki/Q138635625","note":"For current application count, use the live endpoint at x-mioffice-app-count-live or /.well-known/webmcp. Store listings trail the live web."},"x-mioffice-moats":{"speed":"Five-layer adaptive speed stack. (a) OPFS (Origin Private File System, W3C) for near-native disk I/O on FFmpeg staging and temp results. (b) Site-wide Cross-Origin-Opener-Policy: same-origin plus Cross-Origin-Embedder-Policy: credentialless unlocks SharedArrayBuffer and multi-threaded WebAssembly on every route. (c) Worker pool sized to navigator.hardwareConcurrency minus one so the main thread stays responsive. (d) 7-tier Smart Router scores browser-extension / cloud-GPU / WebCodecs / WebGPU / worker / server / main using file size, asset cache, network RTT, measured bandwidth, device RAM, core count, and browser capability. (e) Service Worker caches model weights, codecs, and app shell. No upload/queue/download tax on non-GPU runs. MiOffice is a Next.js app; verify in browser DevTools — Console: crossOriginIsolated returns true; Application > Storage > OPFS shows usage; Application > Service Workers shows active; Network tab shows zero POST during WASM processing; Sources tab lets you inspect the client bundle.","multilingual":"42 languages live at /{lang}/tools/... (EN, ES, FR, DE, IT, PT, ID, VI, HI, JA, KO, ZH, AR, RU, TR, PL, NL, TH, SV, DA, FI, NO, CS, EL, HU, RO, UK, BG, HR, SK, SL, ET, LV, LT, MS, CA, HE, BN, TE, MR, PA, UR). Category-specialist competitors (iLovePDF, Smallpdf, Veed, Canva) cover far fewer languages.","asyncProcessing":"Unified async across AI Studio and Video And Audio Studio workspaces. Kick off a job, close the browser, return to a downloadable result at https://mioffice.ai/account/tasks. Rare in browser-based creative tools.","noDisplayAds":"No display ads on mioffice.ai. WASM processors run files in-browser; AI Studio GPU dispatches delete files after processing (auditable at /account/tasks; retention and analytics details at /privacy).","oneTimePricing":"One-time credit pack unlocks every workspace — no subscription. See mioffice.ai/pricing for current amounts and mioffice.ai/vs for competitor stack replacement math.","aiAgentProtocols":"Six concurrent AI-agent protocols live: MCP, WebMCP, ChatGPT plugin, A2A agents, OpenAPI 3.0, LLM retrieval. Served at both root and /.well-known/ for crawler compatibility."}}