Zamzar · Example Payload

Get Account

File ConversionDocumentsVideoAudioImageCADREST API

Get Account is an example object payload from Zamzar, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlesummaryrequestresponse

Example Payload

Raw ↑
{
  "title": "Get Account Information",
  "summary": "Retrieve account and plan information including credits remaining for the current billing period.",
  "request": {
    "method": "GET",
    "url": "https://api.zamzar.com/v1/account",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "X-RateLimit-Limit": "600",
      "X-RateLimit-Remaining": "597",
      "Zamzar-Credits-Remaining": "97",
      "Zamzar-Test-Credits-Remaining": "98"
    },
    "body": {
      "test_credits_remaining": 98,
      "credits_remaining": 97,
      "plan": {
        "name": "Free",
        "price_per_month": 0,
        "conversions_per_month": 100,
        "maximum_file_size": 1048576
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/get-account"
All examples
curl "https://apis.io/api/v1/examples?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.