Developer docs

OpenAPI and tooling

Contract-first integration with OpenAPI.

OpenAPI and Tooling

Use the OpenAPI file as the canonical schema for endpoint details.

  • OpenAPI YAML: https://redactpdf.ai/openapi.yaml

Why use OpenAPI first

  • Contract-first integration for backend teams
  • Source of truth for parameters and response schemas
  • Automatic SDK/client generation support

Suggested workflow

  1. Import openapi.yaml into your API client tool.
  2. Validate required headers (X-API-Key, optional X-Idempotency-Key).
  3. Test full flow: create job -> poll -> download -> delete.
  4. Add retry logic for 429 and 5xx.

Recommended tools

  • Postman (import OpenAPI)
  • Insomnia (import OpenAPI)
  • OpenAPI Generator for typed clients

Related pages

© Copyright 2026 Redact PDF AI. © 2025 Redact PDF AI.