Import an API spec (OpenAPI, Swagger, Postman) to create a draft bolthub listing with endpoints and default pricing. Re-importing shows a diff instead of duplicating.
Create API specifications in Postman's Spec Hub with support for OpenAPI, AsyncAPI, protobuf, GraphQL, and Smithy. Manage single or multi-file specs directly from your workspace.
Retrieve all integration models from Itential Platform to access OpenAPI-based specifications for external systems, enabling automated interaction with third-party services.
List OpenAPI definitions from 3GPP specifications (TS 29.xxx series). Use it to discover available API names before retrieving a full definition, with optional filtering by specification ID.
Parse an OpenAPI or Swagger specification to detect its version, count endpoints, and list component schemas. Use it to inspect or summarize an API contract from text.
Enables AI to scan and query local OpenAPI/Swagger documentation, listing API groups and endpoints, and generating TypeScript type definitions for specific endpoints.
Exports API documentation of a specified Eolink project (or selected groups) as OpenAPI/Swagger JSON. Use to obtain a full machine-readable specification.
Fetch OpenAPI/Swagger docs to assess API test coverage: endpoint counts, assertion totals, skipped operations with reasons, and unreachable services. Use it to check coverage before running tests.
Load an OpenAPI/Swagger JSON spec from a URL to start exploring API documentation. Fetches and parses the spec, storing it for endpoint and schema browsing.
Import OpenAPI/Swagger specifications into Apifox projects to maintain API documentation. Supports OpenAPI 3.0/3.1 and Swagger 2.0 formats with options for batch imports and intelligent deprecation marking.
Discover available API operations by listing all endpoints in the Swagger Petstore OpenAPI 3.0 specification. Use this tool to identify operationIds before making requests.
Check OpenAPI or Swagger specs for API security flaws such as missing authentication, plaintext servers, and object ID enumeration. Outputs SECURE, REVIEW, or INSECURE verdict.
Load and parse OpenAPI/Swagger specification from URL or local file to extract endpoints, schemas, auth types, and base URL. Supports OpenAPI 2.0 and 3.x in JSON or YAML formats.