Best Way to Generate Docs from OpenAPI? (Looking for a Postman Alternative)

Hey guys, I have been working with APIs and feel the urge to make my API specifications more consumable, with better Documentation, and want to automate the process by plugging with OpenAI (obviously).

I have been using Postman and feeling it’s getting too bloated and borderline unusable. Any good alternatives to Postman?

After doing some research, I found APIDog has the capacity of generating API Documentation together with apidocjs but their Github has been archived. Any other suggestions?

3 Likes

I am very interested in anything you figure out, will def take a look at APIDog.

Hello @lgreenwood288, are these public APIs or internal APIs?

@lgreenwood288 Hi Lynn! My two cents here are OpenAPI and Swagger (they are both related and have an interesting history). OpenAI API are actually designed using OpenAPI (wow that’s super confusing :confused:).

I’ve personally used Swagger in the past and it’s great.