Logo
NeoArc Studio

OpenAPI Import

Import existing OpenAPI specifications to create REST API documentation with endpoints, schemas, and security definitions.

NeoArc Studio can import OpenAPI 3.0 specifications to create REST API documentation. This allows you to work with existing API definitions and enhance them with NeoArc's documentation features.

What Gets Imported

ElementDetails
API informationTitle, description, version, contact
ServersBase URLs and server definitions
EndpointsAll paths with HTTP methods
ParametersPath, query, header, and cookie parameters
Request bodiesRequest schemas and content types
ResponsesResponse schemas for all status codes
Security schemesAuthentication definitions
SchemasComponent schemas become NeoArc schemas

Import Process

Supported Formats

FormatNotes
OpenAPI 3.0.xJSON or YAML format supported
Swagger 2.0Converted during import

After Import

Once imported, you can:

Schema Handling

OpenAPI component schemas are converted to NeoArc schema definitions:

Best Practices