GPT Actions API
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.
https://free.officemaker.ai/gpt/openapi.json
Endpoints
GET /gpt/v1/instructions (getInstructions) for full Custom GPT / Actions workflow text (no Python; schema then create).GET /gpt/v1/schema for schema and partial schema lookup.GET /gpt/v1/gap-analysis for free-tier gap-analysis guidance.POST /gpt/v1/create-document to create ad-supported Office documents.POST /gpt/v1/create-preview to generate previews for an existing document.