Printago API

OpenAPI Specification

Download the OpenAPI 3.0 specification to generate client SDKs, import into API tools, or integrate with your development workflow.

Download

The OpenAPI specification (formerly known as Swagger) is a standardized format for describing REST APIs. Use it with tools like Postman, Insomnia, or code generators.

Download OpenAPI Spec (JSON)

What You Can Do

Generate Client SDKs

Use OpenAPI Generator to create type-safe client libraries in TypeScript, Python, Go, Java, and 50+ other languages.

Import into API Tools

Import directly into Postman, Insomnia, or other API testing tools to explore and test endpoints.

Validate Requests

Use the spec to validate API requests and responses in your application with libraries like Ajv or Zod.

Generate a TypeScript Client

Example using OpenAPI Generator to create a TypeScript client:

bash
# Install OpenAPI Generator
npm install @openapitools/openapi-generator-cli -g

# Generate TypeScript client
openapi-generator-cli generate \
  -i https://developers.printago.io/swagger.json \
  -g typescript-fetch \
  -o ./printago-client

Specification Details

Format
OpenAPI 3.0 (JSON)
Base URL
https://api.printago.io
Authentication
API Key via Authorization header