Resources
Downloads
Specs, official SDKs and an AI Agent Skill to integrate api2convert.
Specifications
- OpenAPI 3.0 specification — generated from the live schema; import into any OpenAPI tool.
- Live schema — the canonical Swagger 2.0 contract served by the API.
AI agents
Building with an AI coding agent? Point it at our Agent Skill so it knows how to drive the API.
- api2convert Agent Skill (
SKILL.md) — a drop-in skill covering authentication, the job → input → conversion → output lifecycle, operations, polling, webhooks and downloads. - For Claude Code or the Agent SDK, save it as
~/.claude/skills/api2convert-api/SKILL.md. - Agents can also discover it automatically via /llms.txt.
Official SDKs
Open-source client libraries released in lockstep with the API. See the SDKs & libraries guide for details.
-
Convert, compress and transform files in one call.
composer require api2convert/sdk -
One-line file conversion for Python 3.
pip install api2convert -
A fully typed SDK for Node.js and TypeScript.
npm install @api2convert/sdk -
A modern SDK for Java 17 and newer.
com.api2convert:api2convert-java:10.2.0 -
A .NET 8 SDK with zero runtime dependencies.
dotnet add package Api2Convert -
A standard-library-only SDK for Go.
go get github.com/QaamGo/api2convert-go -
A zero-dependency SDK for Ruby.
gem install api2convert -
An idiomatic, blocking SDK for Rust.
cargo add api2convert
No SDK for your language? The API Reference generates ready-to-paste request snippets in curl, PHP, JavaScript, Python and more.
Postman
Explore the API and run a complete conversion in minutes. Our Postman collection ships a Quickstart flow (create job → upload → convert → poll → download) that chains job IDs and tokens for you, plus a request for every endpoint.
Prefer files? Import api2convert.postman_collection.json and
api2convert.postman_environment.json, then set your API key in the
api-key environment variable.