Resources

Downloads

Specs, official SDKs and an AI Agent Skill to integrate api2convert.

Specifications

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.

  • PHP Packagist

    Convert, compress and transform files in one call.

    composer require api2convert/sdk
  • Python PyPI

    One-line file conversion for Python 3.

    pip install api2convert
  • A fully typed SDK for Node.js and TypeScript.

    npm install @api2convert/sdk
  • Java Maven Central

    A modern SDK for Java 17 and newer.

    com.api2convert:api2convert-java:10.2.0
  • .NET & C# NuGet

    A .NET 8 SDK with zero runtime dependencies.

    dotnet add package Api2Convert
  • Go Go modules

    A standard-library-only SDK for Go.

    go get github.com/QaamGo/api2convert-go
  • Ruby RubyGems

    A zero-dependency SDK for Ruby.

    gem install api2convert
  • Rust crates.io

    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.

Run in Postman →

Prefer files? Import api2convert.postman_collection.json and api2convert.postman_environment.json, then set your API key in the api-key environment variable.