Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zamzar Formats API

List supported source and target formats

Zamzar Formats API is one of 6 APIs that Zamzar publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Formats. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and rate-limit docs.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 0.0.7.

Requests are made against 2 base URLs: https://api.zamzar.com/v1, https://sandbox.zamzar.com/v1.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.7
Base URL
https://api.zamzar.com/v1/
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Zamzar Formats API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Formats 2

List supported source and target formats

GET
/formats
List all formats
listFormats 3 params → 200
GET
/formats/{format}
Retrieve a specific format
getFormatById 1 param → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are PagingString (4 properties), Format (2 properties), Formats (2 properties). Each schema is shown below with its type and property counts.

PagingString
object
When you request a list of of all resources of any type (files, formats, jobs), you will receive a paged collection as a response. A paged collection allows yo…
4 properties
Formats
object
Contains a paged collection of formats listed in alphabetical order. The targets array represent the formats which the source format name can be converted to a…
2 properties
Format
object
Represents the source format and an array of valid target formats.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zamzar-formats-api-openapi.yml Raw ↑

Other APIs Zamzar publishes across the network.

Zamzar Account API
Zamzar Files API
Zamzar Imports API
Zamzar Jobs API
Zamzar Welcome API