--- title: Open API --- ## OpenAPI The [Livingdocs Public API](/reference/public-api/llms.txt) can be tested and consumed with an [OpenAPI v3 specification file](https://docs.livingdocs.io/openapi.json). Thanks to the [OpenAPI specification](https://spec.openapis.org/oas/v3.1.0.html), it's possible to quickly test the API using [Swagger UI](https://editor-next.swagger.io/?url=https://docs.livingdocs.io/openapi.json). And import the full collection of existing API endpoints into Insomnia or Postman. The easiest way to import the current endpoint collection is from a URL, both Postman and Insomnia support it. ``` https://docs.livingdocs.io/openapi.json ``` ## Release specific versions All available Versions: - **2026-05:** [https://docs.livingdocs.io/openapi-2026-05.json](https://docs.livingdocs.io/openapi-2026-05.json) - **2026-03:** [https://docs.livingdocs.io/openapi-2026-03.json](https://docs.livingdocs.io/openapi-2026-03.json) - **2026-01:** [https://docs.livingdocs.io/openapi-2026-01.json](https://docs.livingdocs.io/openapi-2026-01.json) - **2025-11:** [https://docs.livingdocs.io/openapi-2025-11.json](https://docs.livingdocs.io/openapi-2025-11.json) - **2025-09:** [https://docs.livingdocs.io/openapi-2025-09.json](https://docs.livingdocs.io/openapi-2025-09.json) - **2025-07:** [https://docs.livingdocs.io/openapi-2025-07.json](https://docs.livingdocs.io/openapi-2025-07.json) - **2025-05:** [https://docs.livingdocs.io/openapi-2025-05.json](https://docs.livingdocs.io/openapi-2025-05.json) - **2025-03:** [https://docs.livingdocs.io/openapi-2025-03.json](https://docs.livingdocs.io/openapi-2025-03.json) - **beta:** [https://docs.livingdocs.io/openapi-beta.json](https://docs.livingdocs.io/openapi-beta.json) - **v1:** [https://docs.livingdocs.io/openapi-v1.json](https://docs.livingdocs.io/openapi-v1.json)