Zamzar · Schema

Account

Your current subscription plan and the number of conversions that you have remaining in this billing period.

File ConversionDocumentsVideoAudioImageCADREST API

Properties

Name Type Description
test_credits_remaining integer The number of test conversion credits remaining in this billing period (free)
credits_remaining integer The number of conversion credits remaining in this billing period (included as part of your plan)
plan object
View JSON Schema on GitHub

JSON Schema

account.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zamzar/main/json-schema/account.json",
  "title": "Account",
  "type": "object",
  "description": "Your current subscription plan and the number of conversions that you have remaining in this billing period.",
  "properties": {
    "test_credits_remaining": {
      "type": "integer",
      "format": "int32",
      "description": "The number of test conversion credits remaining in this billing period (free)"
    },
    "credits_remaining": {
      "type": "integer",
      "format": "int32",
      "description": "The number of conversion credits remaining in this billing period (included as part of your plan)"
    },
    "plan": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The name used to describe this plan"
        },
        "price_per_month": {
          "type": "number",
          "format": "float",
          "description": "The monthly subscription cost for this plan"
        },
        "conversions_per_month": {
          "type": "integer",
          "format": "int32",
          "description": "The number of conversion credits included in this plan per month"
        },
        "maximum_file_size": {
          "type": ["integer", "null"],
          "format": "int64",
          "description": "The maximum size (in bytes) of files that can be uploaded with this plan; or null if this plan has no such cap."
        }
      }
    }
  },
  "example": {
    "test_credits_remaining": 98,
    "credits_remaining": 97,
    "plan": {
      "name": "Free",
      "price_per_month": 0,
      "conversions_per_month": 100,
      "maximum_file_size": 1024
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/account"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.