Skip to main content
Backdrift generates a complete OpenAPI 3.0 specification for your API. This is the industry-standard format for describing REST APIs.

What’s Included

The OpenAPI spec describes:
  • Endpoints - All routes with methods (GET, POST, PUT, DELETE)
  • Parameters - Path, query, and body parameters
  • Request Bodies - JSON schemas for POST/PUT requests
  • Responses - Success and error response schemas
  • Authentication - Security schemes (Bearer token)
  • Servers - Your deployed API URL

Download Formats

Using the OpenAPI Spec

Generate SDKs

Import into Postman

  1. Open Postman
  2. Click Import
  3. Drag your openapi.json file
  4. Postman creates a collection with all endpoints

Generate Documentation

Validate API Contracts

Sample OpenAPI Spec

Interactive API Docs

Backdrift includes an interactive API documentation viewer (powered by Redoc):
  1. Go to your project
  2. Click View API Docs
  3. Browse endpoints, try requests, and explore schemas

Infrastructure Export

Export the raw Infrastructure-as-Code.