This is possible. The API spec is in OpenAPI format and there are lots of tools which can import this format and provide a similar interface.
Our development team often use Postman for testing API requests manually.
If you are building an API client then OpenAPI Generator will generate boilerplate in almost any language.
https://apidocs.enhance.com/