Developer Tools
OpenAPI Specification
The Truemed OpenAPI spec is the machine-readable definition of every endpoint, request body, response shape, and webhook in the API. Use it to:
- Give it to your AI agent — paste the spec into ChatGPT, Claude, or Cursor and ask it to write your integration code
- Import into Postman, Bruno, or Insomnia for quick API exploration and testing
- Generate typed client SDKs with tools like openapi-generator or Fern
- Feed your IDE — many editors and plugins can autocomplete API calls from an OpenAPI file
- Reference offline — keep a local copy of the full API schema
The specification follows OpenAPI 3.1 and is kept in sync with the current stable API surface. You can also access it directly at developers.truemed.com/openapi.json.