OfficeMaker Free
Start here: public document service (no account)
This host is the free, public tier. You can experiment without an API key or sign-in. Limits apply; not every enterprise feature exists here.
1. Understand what you are calling
- REST — base path
https://free.officemaker.ai/gpt/v1/(there is no/apiprefix). - MCP — Streamable HTTP at
https://free.officemaker.ai/mcpwith noAuthorizationheader. - OpenAPI —
https://free.officemaker.ai/gpt/openapi.json(same contract as this tier).
2. Try a read-only request in a terminal
Confirms the host is reachable from your machine.
curl -sS "https://free.officemaker.ai/getVersion"
3. Pull machine instructions (optional)
curl -sS "https://free.officemaker.ai/gpt/v1/instructions"
4. Connect an AI client
- Open MCP or API for copy-paste URLs.
- In your client, add the MCP URL or REST base; leave authentication empty.
- Call schema tools or
GET /schema?documentType=word&format=markdownbefore building a largecreateDocumentbody.
5. Need conversion, assembly, or billing?
Use a paid OfficeMaker account and the authenticated document host (docs.officemaker.ai — sign-in required for most pages; staff: docs.internal.officemaker.ai).
After this page, read MCP, API, ChatGPT, Claude, or
Automation (Cursor, n8n, Zapier, Power Platform).