OpenAPI Spec — Developer Docs
The machine-readable schema and importing it into ChatGPT Actions.
Where is the OpenAPI spec?
The public OpenAPI 3.1 schema lives at https://api.precisiondocs.ai/v1/openapi.json. It is pruned to the public /v1 surface and always matches production.
ChatGPT Actions: in your Custom GPT, open Configure -> Actions -> Create new action, click Import from URL, and paste the spec URL. Do not paste the URL into the large Schema editor — use the Import dialog. Then set Authentication -> API Key -> Bearer with your pd_live_ key.
Any OpenAPI-aware client generator (openapi-typescript, openapi-python-client, Postman/Insomnia import) works against the same URL.