# APIMatic and Voxgig, compared

> The longest-running commercial generator here, and the only one that converts between description formats. SDKs in seven languages, a developer portal, spec validation, and API Transformer, which converts API descriptions between more than fifteen formats. The lowest entry price of the commercial tools on this site. Published by Voxgig, which makes one of the two tools. Facts checked 7 September 2026.

## What it is

APIMatic is a commercial developer-experience platform for API providers, and one of the oldest companies in this category, trading well before the current wave of SDK generators.

It generates SDKs in seven languages: Java, Python, C# and .NET, TypeScript, PHP, Ruby and Go. Around them sits a developer portal product with an API reference, a code playground, runnable samples, guided onboarding flows they call API Recipes, and usage analytics.

There are two things it does that nobody else here does. API Transformer converts API descriptions between more than fifteen formats. The Code Sample API exposes generation as an HTTP service, so a documentation site can render a working per-endpoint sample in every supported language without running a generator in its own build.

Pricing starts lower than the rest of the commercial field, at a small monthly tier for one API and one language, rising through per-language plans to quoted business and enterprise agreements, with a trial. Current figures are on APIMatic's pricing page.

## Facts

- Made by: APIMatic
- Licence: Proprietary. Generated SDKs are yours
- Language targets: 7
- Distinctive: API Transformer, 15+ description formats
- Site: apimatic.io (https://www.apimatic.io)

## What APIMatic does that Voxgig does not

### API Transformer

Converts between OpenAPI 2 and 3, RAML, API Blueprint, WSDL, WADL, Postman Collections, HAR and more, in both directions where it makes sense. No other tool in this comparison converts between description formats, which is why APIMatic appears inside other companies' pipelines as well as competing with them. For an API described in RAML, API Transformer is the practical on-ramp to every other tool on this page, Voxgig included.

### Generation as an HTTP service

The Code Sample API means your documentation site can ask for a sample for one endpoint in one language and render it, at request time, without owning a generator or a build step. That is a different product shape from everything else here, and for a docs team that cannot take on a code-generation pipeline it is the difference between having per-language samples and not having them.

### The developer portal as the product, not the by-product

The SDK is one output of a portal that also carries the reference, the playground, the onboarding flows and the analytics that tell you which endpoints people actually get stuck on. If your problem is adoption rather than maintenance, that is a different and possibly more useful shape of answer than a better generator.

### The lowest cost of entry in the commercial field

For a small API and a single language, APIMatic's entry tier is an order of magnitude below where the newer commercial tools start. If the question is whether a paid tool is affordable at all for a side product or a small team, this is the one where the answer is most often yes.

### A specification analyser with an opinion about code generation

Their validation and linting predates most of the current linters and is unusually specific about the things that break generation rather than the things that offend a style guide: missing operation ids, unnamed inline schemas, ambiguous discriminators. Useful diagnostics whatever you generate with afterwards.

## Side by side

| | APIMatic | Voxgig |
| --- | --- | --- |
| Licence | Proprietary. Generated SDKs are yours | MIT. Generated SDKs are yours |
| Cost | Lowest commercial entry tier, then per language, then quoted | Free |
| Language targets | 7 | 22 bundled language targets, more from packages |
| Input formats | 15+, through API Transformer | OpenAPI |
| Developer portal | Yes, a full product | No |
| MCP server | No | Yes |
| CLI and REPL over your API | No | Yes |
| Generation runs | On their service | On your machine |

## Choose APIMatic when

- Your API is described in something other than OpenAPI. Transformer alone is worth the conversation.
- You want a developer portal and SDKs from one vendor, at the lowest entry price in this comparison.
- You want per-endpoint code samples served into your own documentation as an API rather than as a build step.
- Seven languages covers you and you would rather buy than own.

## Choose Voxgig when

- You want the generator in your repository rather than a service you post a spec to.
- You need MCP, CLI, REPL or Agent Skills surfaces as well as the SDK.
- You need more than seven languages, or the same feature behaviour verifiable across all of them.
- You want to read the code that writes your code.

## Limits of this comparison

- APIMatic publishes less about generated-SDK internals than the newer vendors do, so this page leans on product documentation more than on reading output. Corrections from teams running it in production are welcome.
- No founding year could be confirmed from a primary source, so this page says one of the longest-running rather than naming a date.
- APIMatic's tiers and limits are more granular than a comparison table can carry. The shape is here; the numbers are on their pricing page.

Corrections go to info@voxgig.com. A correction changes the page and moves its checked date.

## First-party sources

- [apimatic.io](https://www.apimatic.io)
- [API Transformer](https://www.apimatic.io/solution/transformer)
- [APIMatic pricing](https://www.apimatic.io/pricing)

## The other comparisons

- [All SDK generator comparisons](https://voxgig.com/sdk/comparisons): the index, the method, and the wider field.
- [OpenAPI Generator](https://voxgig.com/sdk/comparisons/openapi-generator): The community generator most APIs have shipped an SDK from at least once.
- [Speakeasy](https://voxgig.com/sdk/comparisons/speakeasy): Commercial SDK generation with the widest non-SDK output in this comparison.
- [Fern](https://voxgig.com/sdk/comparisons/fern): SDKs and a documentation site from one definition. Part of Postman since January 2026.
- [Stainless](https://voxgig.com/sdk/comparisons/stainless): The generator behind many of the best-known AI SDKs. Its hosted product is winding down.
- [liblab](https://voxgig.com/sdk/comparisons/liblab): SDK generation shaped as a release pipeline. Part of Postman since November 2025.
- [Kiota](https://voxgig.com/sdk/comparisons/kiota): Microsoft's client generator, built so you do not need a separate SDK per API.
- [Hey API](https://voxgig.com/sdk/comparisons/hey-api): The TypeScript ecosystem's generator. One language, done properly.
- [Voxgig SDK Generator](https://voxgig.com/sdk)
