GPT Actions API

Use OfficeMaker Free with a public shareable GPT.

This REST facade exposes the free-tier document operations that are safe for public GPT Actions use: schema lookup, gap analysis, document creation, and preview generation.

OpenAPI URL https://free.officemaker.ai/gpt/openapi.json
Authentication None
Allowed operations Instructions JSON, schema, gap analysis, create document, create preview.

Endpoints

Free GPT REST surface

  1. GET /gpt/v1/instructions (getInstructions) for full Custom GPT / Actions workflow text (no Python; schema then create).
  2. GET /gpt/v1/schema for schema and partial schema lookup.
  3. GET /gpt/v1/gap-analysis for free-tier gap-analysis guidance.
  4. POST /gpt/v1/create-document to create ad-supported Office documents.
  5. POST /gpt/v1/create-preview to generate previews for an existing document.
This public GPT surface does not expose document conversion, WBS assembly, enterprise automations, or edit/merge schema.