OpenAPI 3.1 specification now available
Jul 30, 2024
1 minute read
WriftAI's API now has a publicly accessible OpenAPI 3.1 specification at api.wrift.ai/v1/openapi.json.
What's in the spec
The spec describes every endpoint, request body, response schema, and authentication requirement in the API. It stays in sync with the API — when endpoints change, the spec updates with them.
What you can do with it
You can import it into tools like Postman or Insomnia to get a ready-made collection of all endpoints, feed it to code generators like OpenAPI Generator or Stainless to produce typed clients, or use it for automated request/response validation in your test suite.
The specification follows the OpenAPI 3.1 standard with full JSON Schema 2020-12 compatibility.